aboutsummaryrefslogtreecommitdiffstats
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
commitafdb20a0f446536aecda692adce5e919e4a31aa0 (patch)
treeda035f2000e329d0af4d74fb5bd35a3c7027af14
parentc5ab672d132e73b22196322fbb66b34b1e95857a (diff)
downloadmeta-python2-afdb20a0f446536aecda692adce5e919e4a31aa0.tar.gz
python-lxml: Use pkgconfig to find libxml2 instead of binconfig.
(From meta-openembedded commit: f573e3424bd1dda7efe1bf83c0ae8708e5cbec5c) Signed-off-by: Philip Balister <philip@balister.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Tim Orling <ticotimo@gmail.com>
-rw-r--r--recipes-devtools/python/python-lxml_3.2.5.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-devtools/python/python-lxml_3.2.5.bb b/recipes-devtools/python/python-lxml_3.2.5.bb
index 1fa2889..68e3677 100644
--- a/recipes-devtools/python/python-lxml_3.2.5.bb
+++ b/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 += " \