diff options
-rw-r--r-- | meta-python/recipes-devtools/python/python-lxml.inc | 12 |
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 | ||
34 | inherit pypi | 34 | inherit pypi |
35 | 35 | ||
36 | # {standard input}: Assembler messages: | ||
37 | # {standard input}:1488805: Error: branch out of range | ||
38 | DEBUG_OPTIMIZATION_remove_mips = " -Og" | ||
39 | DEBUG_OPTIMIZATION_append_mips = " -O" | ||
40 | BUILD_OPTIMIZATION_remove_mips = " -Og" | ||
41 | BUILD_OPTIMIZATION_append_mips = " -O" | ||
42 | |||
43 | DEBUG_OPTIMIZATION_remove_mipsel = " -Og" | ||
44 | DEBUG_OPTIMIZATION_append_mipsel = " -O" | ||
45 | BUILD_OPTIMIZATION_remove_mipsel = " -Og" | ||
46 | BUILD_OPTIMIZATION_append_mipsel = " -O" | ||
47 | |||
36 | do_configure_prepend() { | 48 | do_configure_prepend() { |
37 | sed -i -e 's/--version/--modversion/' ${B}/setupinfo.py | 49 | sed -i -e 's/--version/--modversion/' ${B}/setupinfo.py |
38 | } | 50 | } |