aboutsummaryrefslogtreecommitdiffstats
path: root/meta/classes/autotools.bbclass
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2011-09-29 23:29:08 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-09-30 11:34:23 +0100
commit970e0ae610804638d00b0a6b85c6e2e895778e8e (patch)
tree7c5e8487d1ef21897d037fe4ba1bf8359ab30c5b /meta/classes/autotools.bbclass
parent288343e30604b944dc18fd82172febd314d9c520 (diff)
downloadopenembedded-core-contrib-970e0ae610804638d00b0a6b85c6e2e895778e8e.tar.gz
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@linuxfoundation.org>
Diffstat (limited to 'meta/classes/autotools.bbclass')
-rw-r--r--meta/classes/autotools.bbclass1
1 files changed, 1 insertions, 0 deletions
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 () {