diff options
Diffstat (limited to 'meta-python/recipes-devtools/python/python-lxml_3.2.5.bb')
-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 += " \ |