mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +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:
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 += " \
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user