diff options
author | Lianhao Lu <lianhao.lu@intel.com> | 2011-02-17 10:51:08 +0800 |
---|---|---|
committer | Saul Wold <sgw@linux.intel.com> | 2011-02-17 17:25:21 -0800 |
commit | 6f286cccbee282d4e26bbdb820cfb74e434cc900 (patch) | |
tree | dcff53a2388fa7885c7e3b36563bd61fd38ad3df /meta/recipes-core | |
parent | 6dc50b17360dfde34d01125a6f9747fcb530be1d (diff) | |
download | openembedded-core-6f286cccbee282d4e26bbdb820cfb74e434cc900.tar.gz openembedded-core-6f286cccbee282d4e26bbdb820cfb74e434cc900.tar.bz2 openembedded-core-6f286cccbee282d4e26bbdb820cfb74e434cc900.zip |
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 <lianhao.lu@intel.com>
Diffstat (limited to 'meta/recipes-core')
-rw-r--r-- | meta/recipes-core/meta/meta-toolchain.bb | 4 |
1 files changed, 3 insertions, 1 deletions
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)}" |