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

(From OE-Core rev: 7f6883b225f9a0fdc44be2d1cb66ddc744174fbc)

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Khem Raj 2012-08-15 23:40:47 -07:00 committed by Richard Purdie
parent 99e93790fe
commit ad5fe4624b
1 changed files with 2 additions and 0 deletions

View File

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