* autotools: Disable dependency tracking
@ 2011-09-29 14:52 Richard Purdie
0 siblings, 0 replies; only message in thread
From: Richard Purdie @ 2011-09-29 14:52 UTC (permalink / raw)
To: openembedded-core
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>
---
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 () {
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2011-09-29 14:58 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-09-29 14:52 autotools: Disable dependency tracking Richard Purdie
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.