From 9c8b066c48f83035b2ce50e5fc3c748e8ddfb9f2 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Thu, 29 Sep 2011 23:29:08 +0100 Subject: 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 --- meta/classes/autotools.bbclass | 1 + 1 file changed, 1 insertion(+) (limited to 'meta/classes/autotools.bbclass') 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 () { -- cgit v1.2.3-54-g00ecf