mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-04-02 02:49:12 +00:00
itstool: use libxml2 to instead of python3-lxml
Use libxml2 of oe-core to replace python3-lxml of meta-python since meta-oe does not depend on meta-python Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
a2597811c9
commit
500e5b80c0
@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=59c57b95fd7d0e9e238ebbc7ad47c5a5"
|
||||
|
||||
inherit autotools python3native
|
||||
|
||||
DEPENDS = "python3-lxml-native"
|
||||
DEPENDS = "libxml2-native"
|
||||
|
||||
SRC_URI = "http://files.itstool.org/${BPN}/${BPN}-${PV}.tar.bz2"
|
||||
SRC_URI[md5sum] = "655c6f78fc64faee45adcc45ccc5a57e"
|
||||
@ -18,5 +18,5 @@ do_install_append() {
|
||||
|
||||
BBCLASSEXTEND = "native"
|
||||
|
||||
RDEPENDS_${PN} += "python3-lxml"
|
||||
RDEPENDS_${PN} += "libxml2-python"
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user