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

Set RDEPENDS_${PN}_class-native to fix `Missing or unbuildable
dependency chain was: ['meta-world-pkgdata', 'gnome-desktop3',
'itstool-native', 'libxml2-python-native']'

Apply changed from v3

Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Hongxu Jia
2019-06-27 17:20:09 +08:00
committed by Khem Raj
parent f0cdd50521
commit c81f94a3c5

View File

@@ -19,4 +19,4 @@ do_install_append() {
BBCLASSEXTEND = "native"
RDEPENDS_${PN} += "libxml2-python"
RDEPENDS_${PN}_class-native = ""