aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@intel.com>2019-12-10 17:06:18 +0000
committerTim Orling <ticotimo@gmail.com>2020-01-19 09:37:53 -0800
commit8445797e30f2bd816b035fb34cb6aa41c548dd80 (patch)
tree14ef44275100a2d865c7310235cc2ba1b5a52bf2
parent39db0a12b82b8323a3965a49a6f8edb8d4d317a0 (diff)
downloadmeta-python2-8445797e30f2bd816b035fb34cb6aa41c548dd80.tar.gz
python-lxml: remove redundant RDEPENDS_class-native
python3-native RPROVIDES python3-compression, so the class-native override isn't required anymore. (From meta-openembedded commit: 776ca8771bef574888fdf62a48afce8682c7f7aa) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Tim Orling <ticotimo@gmail.com>
-rw-r--r--recipes-devtools/python/python-lxml_4.4.2.bb1
1 files changed, 0 insertions, 1 deletions
diff --git a/recipes-devtools/python/python-lxml_4.4.2.bb b/recipes-devtools/python/python-lxml_4.4.2.bb
index 645e681..911ba58 100644
--- a/recipes-devtools/python/python-lxml_4.4.2.bb
+++ b/recipes-devtools/python/python-lxml_4.4.2.bb
@@ -46,6 +46,5 @@ BUILD_OPTIMIZATION_remove_mipsel = " -Og"
BUILD_OPTIMIZATION_append_mipsel = " -O"
RDEPENDS_${PN} += "libxml2 libxslt ${PYTHON_PN}-compression"
-RDEPENDS_${PN}_class-native = "libxml2-native libxslt-native"
BBCLASSEXTEND = "native nativesdk"