summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-python/recipes-devtools/python/python-lxml.inc12
1 files changed, 12 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python-lxml.inc b/meta-python/recipes-devtools/python/python-lxml.inc
index d67c17883..dd73a412b 100644
--- a/meta-python/recipes-devtools/python/python-lxml.inc
+++ b/meta-python/recipes-devtools/python/python-lxml.inc
@@ -33,6 +33,18 @@ DISTUTILS_INSTALL_ARGS += " \
33 33
34inherit pypi 34inherit pypi
35 35
36# {standard input}: Assembler messages:
37# {standard input}:1488805: Error: branch out of range
38DEBUG_OPTIMIZATION_remove_mips = " -Og"
39DEBUG_OPTIMIZATION_append_mips = " -O"
40BUILD_OPTIMIZATION_remove_mips = " -Og"
41BUILD_OPTIMIZATION_append_mips = " -O"
42
43DEBUG_OPTIMIZATION_remove_mipsel = " -Og"
44DEBUG_OPTIMIZATION_append_mipsel = " -O"
45BUILD_OPTIMIZATION_remove_mipsel = " -Og"
46BUILD_OPTIMIZATION_append_mipsel = " -O"
47
36do_configure_prepend() { 48do_configure_prepend() {
37 sed -i -e 's/--version/--modversion/' ${B}/setupinfo.py 49 sed -i -e 's/--version/--modversion/' ${B}/setupinfo.py
38} 50}