[OE-core] [PATCH 1/1] libxml2: fix python path and enable libxml2-python

Robert Yang liezhi.yang at windriver.com
Mon Sep 15 14:38:44 UTC 2014



On 09/15/2014 10:01 PM, Burton, Ross wrote:
> On 15 September 2014 14:05, Robert Yang <liezhi.yang at windriver.com> wrote:
>> +PACKAGECONFIG ??= ""
>> +PACKAGECONFIG[python] =
>> +EXTRA_OECONF_class-native = "--with-python=${PYTHON} --without-legacy
>> --without-docbook --with-c14n --without-lzma --with-zlib"
>
> You should remove the python arguments from all overrides of
> EXTRA_OECONF and instead have PACKAGECONFIG overrides to add them
> back.  With this patch, native builds are passed --without-python
> --with-python (one from EXTRA_OECONF, one from the disabled
> PACKAGECONFIG).

Ah, yes, then we should set PACKAGECONFIG ??= "python" by default ? Otherwise
I'm afraid that there would be errors.

// Robert

>
> Ross
>
>



More information about the Openembedded-core mailing list