[OE-core] autotools: Disable dependency tracking

Richard Purdie richard.purdie at linuxfoundation.org
Thu Sep 29 14:52:56 UTC 2011


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 at linuxfoundation.org>
---
diff --git a/meta/classes/autotools.bbclass b/meta/classes/autotools.bbclass
index c05ab4b..ff27842 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 () {





More information about the Openembedded-core mailing list