mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-06 04:49:29 +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
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:
@@ -19,4 +19,4 @@ do_install_append() {
|
||||
BBCLASSEXTEND = "native"
|
||||
|
||||
RDEPENDS_${PN} += "libxml2-python"
|
||||
|
||||
RDEPENDS_${PN}_class-native = ""
|
||||
|
||||
Reference in New Issue
Block a user