[oe-commits] [openembedded-core] 16/61: uninative: default to downloading the tarball to DL_DIR

git at git.openembedded.org git at git.openembedded.org
Fri Mar 4 17:13:07 UTC 2016


rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit aa73c6f8e840ad134a93016eb42ab5007b1dc23c
Author: Ross Burton <ross.burton at intel.com>
AuthorDate: Thu Mar 3 12:34:33 2016 +0000

    uninative: default to downloading the tarball to DL_DIR
    
    Signed-off-by: Ross Burton <ross.burton at intel.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/classes/uninative.bbclass | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/classes/uninative.bbclass b/meta/classes/uninative.bbclass
index 9a57170..471c9ae 100644
--- a/meta/classes/uninative.bbclass
+++ b/meta/classes/uninative.bbclass
@@ -5,7 +5,7 @@ UNINATIVE_TARBALL ?= "${BUILD_ARCH}-nativesdk-libc.tar.bz2"
 # Example checksums
 #UNINATIVE_CHECKSUM[i586] = "dead"
 #UNINATIVE_CHECKSUM[x86_64] = "dead"
-UNINATIVE_DLDIR ?= "${COREBASE}"
+UNINATIVE_DLDIR ?= "${DL_DIR}"
 
 addhandler uninative_eventhandler
 uninative_eventhandler[eventmask] = "bb.event.BuildStarted"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list