From 6f286cccbee282d4e26bbdb820cfb74e434cc900 Mon Sep 17 00:00:00 2001 From: Lianhao Lu Date: Thu, 17 Feb 2011 10:51:08 +0800 Subject: 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 --- meta/recipes-core/meta/meta-toolchain.bb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'meta/recipes-core/meta') 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)}" -- cgit 1.2.3-korg