aboutsummaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools
diff options
context:
space:
mode:
authorPhilip Balister <philip@balister.org>2015-02-09 10:59:40 -0500
committerMartin Jansa <Martin.Jansa@gmail.com>2015-02-12 19:36:25 +0100
commitf573e3424bd1dda7efe1bf83c0ae8708e5cbec5c (patch)
tree1a91dfc001a50db214cda41c9d9e9f63ff46da93 /meta-python/recipes-devtools
parent618c70da1e9b7062196dfaf7be28e63402b81d9d (diff)
downloadmeta-openembedded-f573e3424bd1dda7efe1bf83c0ae8708e5cbec5c.tar.gz
python-lxml: Use pkgconfig to find libxml2 instead of binconfig.
Signed-off-by: Philip Balister <philip@balister.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools')
-rw-r--r--meta-python/recipes-devtools/python/python-lxml_3.2.5.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python-lxml_3.2.5.bb b/meta-python/recipes-devtools/python/python-lxml_3.2.5.bb
index 1fa2889958..68e36771fe 100644
--- a/meta-python/recipes-devtools/python/python-lxml_3.2.5.bb
+++ b/meta-python/recipes-devtools/python/python-lxml_3.2.5.bb
@@ -20,7 +20,7 @@ inherit setuptools
DISTUTILS_BUILD_ARGS += " \
--with-xslt-config='${STAGING_BINDIR_NATIVE}/pkg-config libxslt' \
- --with-xml2-config='${STAGING_BINDIR_CROSS}/xml2-config' \
+ --with-xml2-config='${STAGING_BINDIR_CROSS}/pkg-config libxml2' \
"
DISTUTILS_INSTALL_ARGS += " \