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

2015-05-03 Thread Robert Yang
On 05/01/2015 11:46 PM, Burton, Ross wrote: buildhistory says: packages/corei7-64-poky-linux/libxml2/libxml2: RDEPENDS: added "python-core" Why does the library package gain a dependency on python? Sorry, I updated the patch a little, it was because of this line: PACKAGECONFIG[python] = "

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

2015-05-01 Thread Burton, Ross
buildhistory says: packages/corei7-64-poky-linux/libxml2/libxml2: RDEPENDS: added "python-core" Why does the library package gain a dependency on python? Ross On 29 April 2015 at 08:26, Robert Yang wrote: > We have libxml2-python for native and nativesdk, but don't have it for > target, and c

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

2015-04-29 Thread Robert Yang
We have libxml2-python for native and nativesdk, but don't have it for target, and can't find the reason from the git log, libxml2-python is widely used, after looked into it's configure.in, we can add it by PACKAGECONFIG. The previous --with-python=${STAGING_BINDIR}/python is incorrect, it acted

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

2014-09-15 Thread Robert Yang
We have libxml2-python for native and nativesdk, but don't have it for target, and can't find the reason from the git log, libxml2-python is widely used, after looked into it's configure.in, we can add it by PACKAGECONFIG. The previous --with-python=${STAGING_BINDIR}/python is incorrect, it acted