From: Richard Purdie Date: Thu, 29 Sep 2011 22:29:08 +0000 (+0100) Subject: autotools: Disable dependency tracking X-Git-Tag: 2015-4~13252 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=970e0ae610804638d00b0a6b85c6e2e895778e8e;p=openembedded-core.git autotools: Disable dependency tracking There is no point in us spending time generating a ton of dependency information in source directories when we don't actually use it for our one off builds. We might as well disable the option and take the speed up. Signed-off-by: Richard Purdie --- diff --git a/meta/classes/autotools.bbclass b/meta/classes/autotools.bbclass index c05ab4b0a0..ff278423b2 100644 --- a/meta/classes/autotools.bbclass +++ b/meta/classes/autotools.bbclass @@ -64,6 +64,7 @@ CONFIGUREOPTS = " --build=${BUILD_SYS} \ --infodir=${infodir} \ --mandir=${mandir} \ --disable-silent-rules \ + --disable-dependency-tracking \ ${@append_libtool_sysroot(d)}" oe_runconf () {