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

Burton, Ross ross.burton at intel.com
Mon Sep 15 14:01:42 UTC 2014


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).

Ross



More information about the Openembedded-core mailing list