[OE-core] "_append" error in gdb-cross-canadian.inc?

Robert Yang liezhi.yang at windriver.com
Thu Mar 5 08:10:50 UTC 2015



On 03/05/2015 04:01 PM, Robert P. J. Day wrote:
>
>    EXTRA_OECONF_append = "--with-python=${WORKDIR}/python"
>                           ^??
>
> does that not require a leading space there?

It is required, this one doesn't cause error is because in gdb-common.inc:

EXTRA_OECONF = "[snip] \
                 --disable-rpath \
                "

If:

EXTRA_OECONF = "[snip] \
                 --disable-rpath"

Then there would be errors.

// Robert

>
> rday
>



More information about the Openembedded-core mailing list