From 2dcc439aaa6754ca86abfbae08c439b77683ecc4 Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Tue, 10 Dec 2019 17:06:17 +0000 Subject: python-lxml: remove redundant sed (fixed in 4.3.0 onwards) Signed-off-by: Ross Burton Signed-off-by: Khem Raj --- meta-python/recipes-devtools/python/python-lxml.inc | 4 ---- 1 file changed, 4 deletions(-) (limited to 'meta-python/recipes-devtools/python') diff --git a/meta-python/recipes-devtools/python/python-lxml.inc b/meta-python/recipes-devtools/python/python-lxml.inc index 1f7e5abe8b..5dc95e5026 100644 --- a/meta-python/recipes-devtools/python/python-lxml.inc +++ b/meta-python/recipes-devtools/python/python-lxml.inc @@ -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 -} - BBCLASSEXTEND = "native nativesdk" RDEPENDS_${PN} += "libxml2 libxslt ${PYTHON_PN}-compression" -- cgit v1.2.3-54-g00ecf