From: bavery Date: Thu, 6 Oct 2016 00:43:06 +0000 (-0700) Subject: uninative: users can override download site X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~23935 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2778178b5a0d0e072c0cf7c3569bc1f5ccd82b53;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git uninative: users can override download site The default download site for the uninative tarball is http://downloads.yoctoproject.org/releases/uninative/. There are scenarios in which the user may need to force the download to be somewhere else. This patch allows the UNINATIVE_URL to be set in the local.conf. Signed-off-by: bavery Signed-off-by: Richard Purdie --- diff --git a/meta/conf/distro/include/yocto-uninative.inc b/meta/conf/distro/include/yocto-uninative.inc index 2f794f72bcb..975edec9c5e 100644 --- a/meta/conf/distro/include/yocto-uninative.inc +++ b/meta/conf/distro/include/yocto-uninative.inc @@ -6,6 +6,6 @@ # to the distro running on the build machine. # -UNINATIVE_URL = "http://downloads.yoctoproject.org/releases/uninative/1.4/" +UNINATIVE_URL ?= "http://downloads.yoctoproject.org/releases/uninative/1.4/" UNINATIVE_CHECKSUM[i686] ?= "b4bc60511ce479736808273ffa043df4ed2a225407dd7ca150ae6220d9ce76d5" UNINATIVE_CHECKSUM[x86_64] ?= "101ff8f2580c193488db9e76f9646fb6ed38b65fb76f403acb0e2178ce7127ca"