From patchwork Tue Oct 4 12:38:51 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: autotools.bbclass: Allow dependency tracking option to be easily overridden Date: Tue, 04 Oct 2011 12:38:51 -0000 From: Richard Purdie X-Patchwork-Id: 12739 Message-Id: <1317731939.14671.36.camel@ted> To: openembedded-core Signed-off-by: Richard Purdie --- diff --git a/meta/classes/autotools.bbclass b/meta/classes/autotools.bbclass index ff27842..a4ce851 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