mirror of
https://git.yoctoproject.org/poky
synced 2026-05-05 07:39:49 +02:00
--with-native-system-header-dir is relative to sysroot which is what we want --with-headers is deprecated anyway (From OE-Core rev: 2f7ac32b57e047cdaf01e0b6f77509117dbbd14c) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
4 lines
177 B
BlitzBasic
4 lines
177 B
BlitzBasic
require recipes-devtools/gcc/gcc-cross-intermediate_${PV}.bb
|
|
require gcc-crosssdk-intermediate.inc
|
|
EXTRA_OECONF += " --with-headers=${STAGING_DIR_TCBOOTSTRAP}${SYSTEMHEADERS} "
|