[oe-commits] Philip Balister : python-lxml: Use pkgconfig to find libxml2 instead of binconfig.

git at git.openembedded.org git at git.openembedded.org
Thu Feb 12 18:38:36 UTC 2015


Module: meta-openembedded.git
Branch: master
Commit: f573e3424bd1dda7efe1bf83c0ae8708e5cbec5c
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=f573e3424bd1dda7efe1bf83c0ae8708e5cbec5c

Author: Philip Balister <philip at balister.org>
Date:   Mon Feb  9 10:59:40 2015 -0500

python-lxml: Use pkgconfig to find libxml2 instead of binconfig.

Signed-off-by: Philip Balister <philip at balister.org>
Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 meta-python/recipes-devtools/python/python-lxml_3.2.5.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 1fa2889..68e3677 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 += " \



More information about the Openembedded-commits mailing list