]> code.ossystems Code Review - openembedded-core.git/commitdiff
libtool: remove the unrecognized configure option
authorChen Qi <Qi.Chen@windriver.com>
Wed, 15 Jan 2014 06:51:34 +0000 (14:51 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 22 Jan 2014 07:24:15 +0000 (07:24 +0000)
Remove the unrecognized configure option '--with-sysroot' to avoid
build time warnings.

Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/libtool/libtool-2.4.2.inc

index 5a67eeb9d183daafd057dcada3c7c8bd9ed80363..d26982dc6212b5e3e8560f0dc0cf6e3680bc0f9a 100644 (file)
@@ -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"