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@gmail.com>
Tested-by: Denys Dmytriyenko <denys@ti.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
This commit is contained in:
Khem Raj 2012-04-30 20:51:03 +00:00 committed by Koen Kooi
parent a61c18324d
commit 9daadb3f49

View File

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