autotools.bbclass: Allow dependency tracking option to be easily overridden

(From OE-Core rev: c353a60bd8a6151a3538f0900aff0b5856aa0684)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Richard Purdie
2011-10-04 13:37:46 +01:00
parent 0a5ae8c64f
commit 5ea73bde5e

View File

@@ -64,8 +64,10 @@ CONFIGUREOPTS = " --build=${BUILD_SYS} \
--infodir=${infodir} \
--mandir=${mandir} \
--disable-silent-rules \
--disable-dependency-tracking \
${CONFIGUREOPT_DEPTRACK} \
${@append_libtool_sysroot(d)}"
CONFIGUREOPT_DEPTRACK = "--disable-dependency-tracking"
oe_runconf () {
if [ -x ${S}/configure ] ; then