[oe] [PATCH (updated)] autotools.bbclass: enhanced oe_runconf() to accept quoted arguments

Chris Larson clarson at kergoth.com
Sun May 23 14:21:50 UTC 2010


On Sun, May 23, 2010 at 5:52 AM, Enrico Scholz <
enrico.scholz at sigma-chemnitz.de> wrote:

> This patch allows to pass quoted strings in EXTRA_OECONF.  E.g. with
> this patch, it is possible to do
>
> | EXTRA_OECONF = "--with-build-cflags='${BUILD_CFLAGS}'"
>
> where 'BUILD_CFLAGS' contains multiple, whitespace separated arguments.
>

I don't think that doing EXTRA_OECONF =
"'--with-build-cflags=${BUILD_CFLAGS}'"

is that much more difficult, and works today, unless I'm missing something?

 As a sideeffect, 'set -x' debug output is now much nicer because
> superflous whitespaces in the configure call are removed.
>

That's certainly a nice feature.
-- 
Christopher Larson
clarson at kergoth dot com
Founder - BitBake, OpenEmbedded, OpenZaurus
Maintainer - Tslib
Senior Software Engineer, Mentor Graphics



More information about the Openembedded-devel mailing list