summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/classes/autotools.bbclass4
1 files changed, 3 insertions, 1 deletions
diff --git a/meta/classes/autotools.bbclass b/meta/classes/autotools.bbclass
index ff278423b2..a4ce8519d5 100644
--- a/meta/classes/autotools.bbclass
+++ b/meta/classes/autotools.bbclass
@@ -64,8 +64,10 @@ 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 ${CONFIGUREOPT_DEPTRACK} \
68 ${@append_libtool_sysroot(d)}" 68 ${@append_libtool_sysroot(d)}"
69CONFIGUREOPT_DEPTRACK = "--disable-dependency-tracking"
70
69 71
70oe_runconf () { 72oe_runconf () {
71 if [ -x ${S}/configure ] ; then 73 if [ -x ${S}/configure ] ; then