summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python-lxml.inc
diff options
context:
space:
mode:
Diffstat (limited to 'meta-python/recipes-devtools/python/python-lxml.inc')
-rw-r--r--meta-python/recipes-devtools/python/python-lxml.inc4
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"
45BUILD_OPTIMIZATION_remove_mipsel = " -Og" 45BUILD_OPTIMIZATION_remove_mipsel = " -Og"
46BUILD_OPTIMIZATION_append_mipsel = " -O" 46BUILD_OPTIMIZATION_append_mipsel = " -O"
47 47
48do_configure_prepend() {
49 sed -i -e 's/--version/--modversion/' ${B}/setupinfo.py
50}
51
52BBCLASSEXTEND = "native nativesdk" 48BBCLASSEXTEND = "native nativesdk"
53 49
54RDEPENDS_${PN} += "libxml2 libxslt ${PYTHON_PN}-compression" 50RDEPENDS_${PN} += "libxml2 libxslt ${PYTHON_PN}-compression"