]> code.ossystems Code Review - openembedded-core.git/commitdiff
autotools: Disable dependency tracking
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 29 Sep 2011 22:29:08 +0000 (23:29 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 30 Sep 2011 10:34:23 +0000 (11:34 +0100)
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 <richard.purdie@linuxfoundation.org>
meta/classes/autotools.bbclass

index c05ab4b0a0c6e2b77bde377ad0db62f39ef72c17..ff278423b27027fbd06184568fdbab5bebaf1d34 100644 (file)
@@ -64,6 +64,7 @@ CONFIGUREOPTS = " --build=${BUILD_SYS} \
                  --infodir=${infodir} \
                  --mandir=${mandir} \
                  --disable-silent-rules \
+                 --disable-dependency-tracking \
                  ${@append_libtool_sysroot(d)}"
 
 oe_runconf () {