From 9daadb3f4985ade47193f2db44d31f2a2189c414 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Mon, 30 Apr 2012 20:51:03 +0000 Subject: gcc-crosssdk-intermediate_4.5.bb: with-headers has been moved from common include To accomodate gcc 4.7 which needed a different option than --with-header this option setting has been moved into version specific recipes Signed-off-by: Khem Raj Tested-by: Denys Dmytriyenko Signed-off-by: Koen Kooi --- toolchain-layer/recipes-devtools/gcc/gcc-crosssdk-intermediate_4.5.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/toolchain-layer/recipes-devtools/gcc/gcc-crosssdk-intermediate_4.5.bb b/toolchain-layer/recipes-devtools/gcc/gcc-crosssdk-intermediate_4.5.bb index 971f3ba0d6..61a0dfbab9 100644 --- a/toolchain-layer/recipes-devtools/gcc/gcc-crosssdk-intermediate_4.5.bb +++ b/toolchain-layer/recipes-devtools/gcc/gcc-crosssdk-intermediate_4.5.bb @@ -1,3 +1,3 @@ require recipes-devtools/gcc/gcc-cross-intermediate_${PV}.bb require recipes-devtools/gcc/gcc-crosssdk-intermediate.inc - +EXTRA_OECONF += " --with-headers=${STAGING_DIR_TCBOOTSTRAP}${SYSTEMHEADERS} " -- cgit 1.2.3-korg