[oe] missing leading space for EXTRA_OECONF_append?

Nicolas Dechesne nicolas.dechesne at linaro.org
Sun Nov 24 14:32:43 UTC 2013


On Sun, Nov 24, 2013 at 2:35 PM, Robert P. J. Day <rpjday at crashcourse.ca>wrote:

>   is this correct?
>
> meta/recipes-devtools/gdb/gdb-cross-canadian.inc:EXTRA_OECONF_append =
> "--with-python=${WORKDIR}/python"
>
> does there not need to be a leading space in that string?
>

indeed, you're right.

a quick 'dummy' grep in my layers show there is another instance (at
least... there can be more not caught by my regexp)

$ repo grep '_append.*= *\"--'
meta-openembedded/meta-multimedia/recipes-mediacentre/xbmc/xbmc_git.bb:EXTRA_OECONF_append_armv7a
= "--cpu=cortex-a8"
openembedded-core/meta/recipes-devtools/gdb/gdb-cross-canadian.inc:EXTRA_OECONF_append
= "--with-python=${WORKDIR}/python"



More information about the Openembedded-devel mailing list