diff options
author | Ross Burton <ross.burton@intel.com> | 2019-12-10 17:06:18 +0000 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2019-12-11 16:22:40 -0800 |
commit | 776ca8771bef574888fdf62a48afce8682c7f7aa (patch) | |
tree | 43002249ef3510aa48dc90f2cae5203fe1de662b /meta-python | |
parent | 2dcc439aaa6754ca86abfbae08c439b77683ecc4 (diff) | |
download | meta-openembedded-776ca8771bef574888fdf62a48afce8682c7f7aa.tar.gz |
python-lxml: remove redundant RDEPENDS_class-native
python3-native RPROVIDES python3-compression, so the class-native override isn't
required anymore.
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python')
-rw-r--r-- | meta-python/recipes-devtools/python/python-lxml.inc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python-lxml.inc b/meta-python/recipes-devtools/python/python-lxml.inc index 5dc95e502..df9573b43 100644 --- a/meta-python/recipes-devtools/python/python-lxml.inc +++ b/meta-python/recipes-devtools/python/python-lxml.inc | |||
@@ -48,4 +48,3 @@ BUILD_OPTIMIZATION_append_mipsel = " -O" | |||
48 | BBCLASSEXTEND = "native nativesdk" | 48 | BBCLASSEXTEND = "native nativesdk" |
49 | 49 | ||
50 | RDEPENDS_${PN} += "libxml2 libxslt ${PYTHON_PN}-compression" | 50 | RDEPENDS_${PN} += "libxml2 libxslt ${PYTHON_PN}-compression" |
51 | RDEPENDS_${PN}_class-native = "libxml2-native libxslt-native" | ||