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 | poky-6f286cccbee282d4e26bbdb820cfb74e434cc900.tar.gz |
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 @@ | |||
1 | DESCRIPTION = "Meta package for building a installable toolchain" | 1 | DESCRIPTION = "Meta package for building a installable toolchain" |
2 | LICENSE = "MIT" | 2 | LICENSE = "MIT" |
3 | 3 | ||
4 | PR = "r1" | 4 | PR = "r2" |
5 | 5 | ||
6 | LIC_FILES_CHKSUM = "file://${POKYBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58 \ | 6 | LIC_FILES_CHKSUM = "file://${POKYBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58 \ |
7 | file://${POKYBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" | 7 | file://${POKYBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" |
8 | 8 | ||
9 | inherit populate_sdk | 9 | inherit populate_sdk |
10 | |||
11 | CONFIG_SITE := "${@siteinfo_get_files(d)}" | ||