aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@intel.com>2019-12-10 17:06:17 +0000
committerTim Orling <ticotimo@gmail.com>2020-01-19 09:30:38 -0800
commit39db0a12b82b8323a3965a49a6f8edb8d4d317a0 (patch)
tree1977484427d753a52c59df2bd650bb1999955896
parent2654b297cda504faf6ebd275e1febb0ed2cfff3d (diff)
downloadmeta-python2-39db0a12b82b8323a3965a49a6f8edb8d4d317a0.tar.gz
python-lxml: remove redundant sed (fixed in 4.3.0 onwards)
(From meta-openembedded commit: 2dcc439aaa6754ca86abfbae08c439b77683ecc4) 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.bb4
1 files changed, 0 insertions, 4 deletions
diff --git a/recipes-devtools/python/python-lxml_4.4.2.bb b/recipes-devtools/python/python-lxml_4.4.2.bb
index 0c0ea88..645e681 100644
--- a/recipes-devtools/python/python-lxml_4.4.2.bb
+++ b/recipes-devtools/python/python-lxml_4.4.2.bb
@@ -45,10 +45,6 @@ DEBUG_OPTIMIZATION_append_mipsel = " -O"
BUILD_OPTIMIZATION_remove_mipsel = " -Og"
BUILD_OPTIMIZATION_append_mipsel = " -O"
-do_configure_prepend() {
- sed -i -e 's/--version/--modversion/' ${B}/setupinfo.py
-}
-
RDEPENDS_${PN} += "libxml2 libxslt ${PYTHON_PN}-compression"
RDEPENDS_${PN}_class-native = "libxml2-native libxslt-native"