diff options
author | Hongxu Jia <hongxu.jia@windriver.com> | 2019-06-27 17:20:09 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2019-07-10 09:24:32 -0700 |
commit | c81f94a3c570200842b63756076b3763a8587858 (patch) | |
tree | 459138e4a2fb17451ee9bea4f40ad7d1123bd920 /meta-oe | |
parent | f0cdd505218c620d3f03636252ee31ebea9e4caa (diff) | |
download | meta-openembedded-c81f94a3c570200842b63756076b3763a8587858.tar.gz |
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>
Diffstat (limited to 'meta-oe')
-rw-r--r-- | meta-oe/recipes-support/itstool/itstool_2.0.5.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/itstool/itstool_2.0.5.bb b/meta-oe/recipes-support/itstool/itstool_2.0.5.bb index bf71ee3ce..a0af44a71 100644 --- a/meta-oe/recipes-support/itstool/itstool_2.0.5.bb +++ b/meta-oe/recipes-support/itstool/itstool_2.0.5.bb | |||
@@ -19,4 +19,4 @@ do_install_append() { | |||
19 | BBCLASSEXTEND = "native" | 19 | BBCLASSEXTEND = "native" |
20 | 20 | ||
21 | RDEPENDS_${PN} += "libxml2-python" | 21 | RDEPENDS_${PN} += "libxml2-python" |
22 | 22 | RDEPENDS_${PN}_class-native = "" | |