[oe-commits] Richard Purdie : autotools: Disable dependency tracking

git version control git at git.openembedded.org
Fri Sep 30 10:36:54 UTC 2011


Module: openembedded-core.git
Branch: master
Commit: 970e0ae610804638d00b0a6b85c6e2e895778e8e
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=970e0ae610804638d00b0a6b85c6e2e895778e8e

Author: Richard Purdie <richard.purdie at linuxfoundation.org>
Date:   Thu Sep 29 23:29:08 2011 +0100

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 <richard.purdie at linuxfoundation.org>

---

 meta/classes/autotools.bbclass |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

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-commits mailing list