mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-01-12 03:24:08 +00:00
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>
This commit is contained in:
committed by
Martin Jansa
parent
618c70da1e
commit
f573e3424b
@@ -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 += " \
|
||||
|
||||
Reference in New Issue
Block a user