From: Lianhao Lu Date: Thu, 17 Feb 2011 02:51:08 +0000 (+0800) Subject: recipe-core/meta/meta-toolchain.bb: Set correct value for CONFIG_SITE. X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~46467 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6f286cccbee282d4e26bbdb820cfb74e434cc900;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git recipe-core/meta/meta-toolchain.bb: Set correct value for CONFIG_SITE. Set the value of CONFIG_SITE for correct autoconf config site files. Signed-off-by: Lianhao Lu --- diff --git a/meta/recipes-core/meta/meta-toolchain.bb b/meta/recipes-core/meta/meta-toolchain.bb index feff9ac3869..2443b384a89 100644 --- a/meta/recipes-core/meta/meta-toolchain.bb +++ b/meta/recipes-core/meta/meta-toolchain.bb @@ -1,9 +1,11 @@ DESCRIPTION = "Meta package for building a installable toolchain" LICENSE = "MIT" -PR = "r1" +PR = "r2" LIC_FILES_CHKSUM = "file://${POKYBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58 \ file://${POKYBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" inherit populate_sdk + +CONFIG_SITE := "${@siteinfo_get_files(d)}"