From f573e3424bd1dda7efe1bf83c0ae8708e5cbec5c Mon Sep 17 00:00:00 2001 From: Philip Balister Date: Mon, 9 Feb 2015 10:59:40 -0500 Subject: python-lxml: Use pkgconfig to find libxml2 instead of binconfig. Signed-off-by: Philip Balister Signed-off-by: Martin Jansa --- meta-python/recipes-devtools/python/python-lxml_3.2.5.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-python/recipes-devtools') 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 += " \ -- cgit v1.2.3-54-g00ecf