summaryrefslogtreecommitdiffstats
path: root/meta/classes/autotools.bbclass
diff options
context:
space:
mode:
Diffstat (limited to 'meta/classes/autotools.bbclass')
-rw-r--r--meta/classes/autotools.bbclass2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/classes/autotools.bbclass b/meta/classes/autotools.bbclass
index 6f514294c4..9ccd7d2e2d 100644
--- a/meta/classes/autotools.bbclass
+++ b/meta/classes/autotools.bbclass
@@ -75,7 +75,7 @@ CONFIGUREOPTS = " --build=${BUILD_SYS} \
75 --disable-silent-rules \ 75 --disable-silent-rules \
76 ${CONFIGUREOPT_DEPTRACK} \ 76 ${CONFIGUREOPT_DEPTRACK} \
77 ${@append_libtool_sysroot(d)}" 77 ${@append_libtool_sysroot(d)}"
78CONFIGUREOPT_DEPTRACK = "--disable-dependency-tracking" 78CONFIGUREOPT_DEPTRACK ?= "--disable-dependency-tracking"
79 79
80 80
81oe_runconf () { 81oe_runconf () {