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: 2011-1~2311 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=6f286cccbee282d4e26bbdb820cfb74e434cc900;p=openembedded-core.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 feff9ac386..2443b384a8 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)}"