[oe-commits] Khem Raj : gcc-crosssdk-initial_4.7.bb: Add --with-native-system-header-dir to EXTRA_OECONF

git at git.openembedded.org git at git.openembedded.org
Tue Aug 21 11:20:11 UTC 2012


Module: openembedded-core.git
Branch: master
Commit: 7f6883b225f9a0fdc44be2d1cb66ddc744174fbc
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=7f6883b225f9a0fdc44be2d1cb66ddc744174fbc

Author: Khem Raj <raj.khem at gmail.com>
Date:   Wed Aug 15 23:40:47 2012 -0700

gcc-crosssdk-initial_4.7.bb: Add --with-native-system-header-dir to EXTRA_OECONF

gcc-crosssdk-intermediate will go away and -initial will
assume its responsibility therefore transfer the option

Signed-off-by: Khem Raj <raj.khem at gmail.com>

---

 .../gcc/gcc-crosssdk-initial_4.7.bb                |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/meta/recipes-devtools/gcc/gcc-crosssdk-initial_4.7.bb b/meta/recipes-devtools/gcc/gcc-crosssdk-initial_4.7.bb
index a499883..39c90ca 100644
--- a/meta/recipes-devtools/gcc/gcc-crosssdk-initial_4.7.bb
+++ b/meta/recipes-devtools/gcc/gcc-crosssdk-initial_4.7.bb
@@ -1,2 +1,4 @@
 require recipes-devtools/gcc/gcc-cross-initial_${PV}.bb
 require gcc-crosssdk-initial.inc
+EXTRA_OECONF += " --with-native-system-header-dir=${SYSTEMHEADERS} "
+





More information about the Openembedded-commits mailing list