[oe-commits] Khem Raj : gcc-crosssdk-intermediate_4.5.bb: with-headers has been moved from common include

git at git.openembedded.org git at git.openembedded.org
Wed May 2 09:51:13 UTC 2012


Module: meta-openembedded.git
Branch: master
Commit: 9daadb3f4985ade47193f2db44d31f2a2189c414
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=9daadb3f4985ade47193f2db44d31f2a2189c414

Author: Khem Raj <raj.khem at gmail.com>
Date:   Mon Apr 30 20:51:03 2012 +0000

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 <raj.khem at gmail.com>
Tested-by: Denys Dmytriyenko <denys at ti.com>
Signed-off-by: Koen Kooi <koen at dominion.thruhere.net>

---

 .../gcc/gcc-crosssdk-intermediate_4.5.bb           |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

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





More information about the Openembedded-commits mailing list