diff options
author | Ross Burton <ross.burton@intel.com> | 2019-12-10 17:06:17 +0000 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2019-12-11 16:22:40 -0800 |
commit | 2dcc439aaa6754ca86abfbae08c439b77683ecc4 (patch) | |
tree | 4fbe556dea660afc1b0b6dbb934b95e8fcbd256a /meta-python/recipes-devtools/python | |
parent | 28d6b7aeebcbfb4180ddc6b4dc6ab9a7727f842d (diff) | |
download | meta-openembedded-2dcc439aaa6754ca86abfbae08c439b77683ecc4.tar.gz |
python-lxml: remove redundant sed (fixed in 4.3.0 onwards)
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python')
-rw-r--r-- | meta-python/recipes-devtools/python/python-lxml.inc | 4 |
1 files changed, 0 insertions, 4 deletions
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" | |||
45 | BUILD_OPTIMIZATION_remove_mipsel = " -Og" | 45 | BUILD_OPTIMIZATION_remove_mipsel = " -Og" |
46 | BUILD_OPTIMIZATION_append_mipsel = " -O" | 46 | BUILD_OPTIMIZATION_append_mipsel = " -O" |
47 | 47 | ||
48 | do_configure_prepend() { | ||
49 | sed -i -e 's/--version/--modversion/' ${B}/setupinfo.py | ||
50 | } | ||
51 | |||
52 | BBCLASSEXTEND = "native nativesdk" | 48 | BBCLASSEXTEND = "native nativesdk" |
53 | 49 | ||
54 | RDEPENDS_${PN} += "libxml2 libxslt ${PYTHON_PN}-compression" | 50 | RDEPENDS_${PN} += "libxml2 libxslt ${PYTHON_PN}-compression" |