diff options
-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" |