]> code.ossystems Code Review - openembedded-core.git/commitdiff
autotools.bbclass: Allow dependency tracking option to be easily overridden
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 4 Oct 2011 12:37:46 +0000 (13:37 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 5 Oct 2011 13:35:16 +0000 (14:35 +0100)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/autotools.bbclass

index ff278423b27027fbd06184568fdbab5bebaf1d34..a4ce8519d5d2eebcaf87710fb705d3d4e21adc57 100644 (file)
@@ -64,8 +64,10 @@ CONFIGUREOPTS = " --build=${BUILD_SYS} \
                  --infodir=${infodir} \
                  --mandir=${mandir} \
                  --disable-silent-rules \
-                 --disable-dependency-tracking \
+                 ${CONFIGUREOPT_DEPTRACK} \
                  ${@append_libtool_sysroot(d)}"
+CONFIGUREOPT_DEPTRACK = "--disable-dependency-tracking"
+
 
 oe_runconf () {
        if [ -x ${S}/configure ] ; then