[oe] [meta-oe/denzil][PATCH 5/6] gcc-crosssdk-intermediate_4.5.bb: with-headers has been moved from common include

Koen Kooi koen at dominion.thruhere.net
Wed May 2 09:45:31 UTC 2012


From: Khem Raj <raj.khem at gmail.com>

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 <raj.khem at gmail.com>
Tested-by: Denys Dmytriyenko <denys at ti.com>
Signed-off-by: Koen Kooi <koen at dominion.thruhere.net>
---
 .../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 971f3ba..61a0dfb 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} "
-- 
1.7.10





More information about the Openembedded-devel mailing list