diff options
Diffstat (limited to 'meta/classes')
-rw-r--r-- | meta/classes/autotools.bbclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/classes/autotools.bbclass b/meta/classes/autotools.bbclass index 2f462ff93b..5d743338fc 100644 --- a/meta/classes/autotools.bbclass +++ b/meta/classes/autotools.bbclass | |||
@@ -73,7 +73,7 @@ oe_runconf () { | |||
73 | cfgscript="${S}/configure" | 73 | cfgscript="${S}/configure" |
74 | if [ -x "$cfgscript" ] ; then | 74 | if [ -x "$cfgscript" ] ; then |
75 | bbnote "Running $cfgscript ${CONFIGUREOPTS} ${EXTRA_OECONF} $@" | 75 | bbnote "Running $cfgscript ${CONFIGUREOPTS} ${EXTRA_OECONF} $@" |
76 | $cfgscript ${CONFIGUREOPTS} ${EXTRA_OECONF} "$@" || bbfatal "oe_runconf failed" | 76 | ${CACHED_CONFIGUREVARS} $cfgscript ${CONFIGUREOPTS} ${EXTRA_OECONF} "$@" || bbfatal "oe_runconf failed" |
77 | else | 77 | else |
78 | bbfatal "no configure script found at $cfgscript" | 78 | bbfatal "no configure script found at $cfgscript" |
79 | fi | 79 | fi |