From: Chen Qi Date: Wed, 15 Jan 2014 06:51:34 +0000 (+0800) Subject: libtool: remove the unrecognized configure option X-Git-Tag: 2015-4~3958 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=6f6a10372b6a318be7695b6b50275a8a3e9ed033;p=openembedded-core.git libtool: remove the unrecognized configure option Remove the unrecognized configure option '--with-sysroot' to avoid build time warnings. Signed-off-by: Chen Qi Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-devtools/libtool/libtool-2.4.2.inc b/meta/recipes-devtools/libtool/libtool-2.4.2.inc index 5a67eeb9d1..d26982dc62 100644 --- a/meta/recipes-devtools/libtool/libtool-2.4.2.inc +++ b/meta/recipes-devtools/libtool/libtool-2.4.2.inc @@ -49,5 +49,3 @@ FILES_libltdl = "${libdir}/libltdl${SOLIBS}" FILES_libltdl-dev = "${libdir}/libltdl${SOLIBSDEV} ${includedir}" FILES_libltdl-staticdev = "${libdir}/libltdl.a" FILES_libltdl-dbg = "${libdir}/.debug/" - -EXTRA_OECONF = "--with-sysroot"