* This is added to CONFIGUREOPTS so it can be filtered out
when needed. Recipes like gcc need this to be filtered
Signed-off-by: Khem Raj <raj.khem@gmail.com>
--includedir=${includedir} \
--oldincludedir=${oldincludedir} \
--infodir=${infodir} \
- --mandir=${mandir}"
+ --mandir=${mandir} \
+ ${@["","--with-sysroot"][bb.data.getVar('LIBTOOL_HAS_SYSROOT', d, 1) == "yes"]} \
+ "
oe_runconf () {
if [ -x ${S}/configure ] ; then
${S}/configure \
- ${@["","--with-sysroot"][bb.data.getVar('LIBTOOL_HAS_SYSROOT', d, 1) == "yes"]} \
${CONFIGUREOPTS} ${EXTRA_OECONF} "$@"
else
oefatal "no configure script found"