]> code.ossystems Code Review - openembedded-core.git/commit
libxml2: fix python packaging for nativesdk
authorPaul Eggleton <paul.eggleton@linux.intel.com>
Thu, 5 Jun 2014 09:46:17 +0000 (10:46 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 9 Oct 2014 20:16:32 +0000 (21:16 +0100)
commit360fc811ff843c63f796e958517a5152f07e851d
tree2ce89fa36985289de5968b0fe24118a42bd49e8f
parente4c4ca3101062ecc956294ac968dc488321eb33b
libxml2: fix python packaging for nativesdk

We enable the python module in nativesdk-libxml2, but the python binary
used is in the native sysroot and thus you get the module installed in
the wrong path. Even with that fixed the python files are still
unpackaged, so create an ${PN}-python package and add them to it. (This
does not affect the libxml target build at all since python is disabled
for that.)

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-core/libxml/libxml2.inc
meta/recipes-core/libxml/libxml2/python-sitepackages-dir.patch [new file with mode: 0644]