]> code.ossystems Code Review - openembedded-core.git/commitdiff
recipe-core/meta/meta-toolchain.bb: Set correct value for CONFIG_SITE.
authorLianhao Lu <lianhao.lu@intel.com>
Thu, 17 Feb 2011 02:51:08 +0000 (10:51 +0800)
committerSaul Wold <sgw@linux.intel.com>
Fri, 18 Feb 2011 01:25:21 +0000 (17:25 -0800)
Set the value of CONFIG_SITE for correct autoconf config site files.

Signed-off-by: Lianhao Lu <lianhao.lu@intel.com>
meta/recipes-core/meta/meta-toolchain.bb

index feff9ac3869d1a2b0983c604ed07f16ac79182a7..2443b384a89b465a60179dadb18302298e2fab52 100644 (file)
@@ -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)}"