| Submitter | Saul Wold |
|---|---|
| Date | Jan. 10, 2012, 5:54 a.m. |
| Message ID | <e48fd42e047f46399828a074c5125a0ce9c3f56f.1326174744.git.sgw@linux.intel.com> |
| Download | mbox | patch |
| Permalink | /patch/18871/ |
| State | New |
| Headers | show |
Comments
Patch
diff --git a/meta/classes/autotools.bbclass b/meta/classes/autotools.bbclass index 2f462ff..5d74333 100644 --- a/meta/classes/autotools.bbclass +++ b/meta/classes/autotools.bbclass @@ -73,7 +73,7 @@ oe_runconf () { cfgscript="${S}/configure" if [ -x "$cfgscript" ] ; then bbnote "Running $cfgscript ${CONFIGUREOPTS} ${EXTRA_OECONF} $@" - $cfgscript ${CONFIGUREOPTS} ${EXTRA_OECONF} "$@" || bbfatal "oe_runconf failed" + ${CACHED_CONFIGUREVARS} $cfgscript ${CONFIGUREOPTS} ${EXTRA_OECONF} "$@" || bbfatal "oe_runconf failed" else bbfatal "no configure script found at $cfgscript" fi