diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-09-29 23:29:08 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-10-04 13:46:19 +0100 |
commit | 9c8b066c48f83035b2ce50e5fc3c748e8ddfb9f2 (patch) | |
tree | 76d0d53246c65f10e4bf492cbf5b246a47004505 /meta/classes/autotools.bbclass | |
parent | 2f8d643c76f5aa933b95a50092132ef37af203c7 (diff) | |
download | poky-9c8b066c48f83035b2ce50e5fc3c748e8ddfb9f2.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.
(From OE-Core rev: 970e0ae610804638d00b0a6b85c6e2e895778e8e)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/classes/autotools.bbclass')
-rw-r--r-- | 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 c05ab4b0a0..ff278423b2 100644 --- a/meta/classes/autotools.bbclass +++ b/meta/classes/autotools.bbclass | |||
@@ -64,6 +64,7 @@ CONFIGUREOPTS = " --build=${BUILD_SYS} \ | |||
64 | --infodir=${infodir} \ | 64 | --infodir=${infodir} \ |
65 | --mandir=${mandir} \ | 65 | --mandir=${mandir} \ |
66 | --disable-silent-rules \ | 66 | --disable-silent-rules \ |
67 | --disable-dependency-tracking \ | ||
67 | ${@append_libtool_sysroot(d)}" | 68 | ${@append_libtool_sysroot(d)}" |
68 | 69 | ||
69 | oe_runconf () { | 70 | oe_runconf () { |