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

git at git.openembedded.org git at git.openembedded.org
Thu Mar 3 23:23:52 UTC 2016


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

commit fe7430fc2aaa76c2a419b868d1a62c94c8cdab7f
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