From: Richard Purdie Date: Tue, 4 Oct 2011 12:37:46 +0000 (+0100) Subject: autotools.bbclass: Allow dependency tracking option to be easily overridden X-Git-Tag: 2015-4~13207 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=c353a60bd8a6151a3538f0900aff0b5856aa0684;p=openembedded-core.git autotools.bbclass: Allow dependency tracking option to be easily overridden Signed-off-by: Richard Purdie --- diff --git a/meta/classes/autotools.bbclass b/meta/classes/autotools.bbclass index ff278423b2..a4ce8519d5 100644 --- a/meta/classes/autotools.bbclass +++ b/meta/classes/autotools.bbclass @@ -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