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>
This commit is contained in:
Lianhao Lu
2011-02-17 10:51:08 +08:00
committed by Saul Wold
parent 6dc50b1736
commit 6f286cccbe

View 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)}"