diff options
author | Philip Balister <philip@balister.org> | 2015-02-09 10:59:40 -0500 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2015-02-12 19:36:25 +0100 |
commit | f573e3424bd1dda7efe1bf83c0ae8708e5cbec5c (patch) | |
tree | 1a91dfc001a50db214cda41c9d9e9f63ff46da93 /meta-python | |
parent | 618c70da1e9b7062196dfaf7be28e63402b81d9d (diff) | |
download | meta-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')
-rw-r--r-- | meta-python/recipes-devtools/python/python-lxml_3.2.5.bb | 2 |
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 1fa288995..68e36771f 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 | |||
20 | 20 | ||
21 | DISTUTILS_BUILD_ARGS += " \ | 21 | DISTUTILS_BUILD_ARGS += " \ |
22 | --with-xslt-config='${STAGING_BINDIR_NATIVE}/pkg-config libxslt' \ | 22 | --with-xslt-config='${STAGING_BINDIR_NATIVE}/pkg-config libxslt' \ |
23 | --with-xml2-config='${STAGING_BINDIR_CROSS}/xml2-config' \ | 23 | --with-xml2-config='${STAGING_BINDIR_CROSS}/pkg-config libxml2' \ |
24 | " | 24 | " |
25 | 25 | ||
26 | DISTUTILS_INSTALL_ARGS += " \ | 26 | DISTUTILS_INSTALL_ARGS += " \ |