summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-lxml_4.6.3.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-lxml_4.6.3.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-lxml_4.6.3.bb18
1 files changed, 9 insertions, 9 deletions
diff --git a/meta-python/recipes-devtools/python/python3-lxml_4.6.3.bb b/meta-python/recipes-devtools/python/python3-lxml_4.6.3.bb
index cefe1ba340..241ffcfc0d 100644
--- a/meta-python/recipes-devtools/python/python3-lxml_4.6.3.bb
+++ b/meta-python/recipes-devtools/python/python3-lxml_4.6.3.bb
@@ -24,18 +24,18 @@ inherit pypi setuptools3
24 24
25# {standard input}: Assembler messages: 25# {standard input}: Assembler messages:
26# {standard input}:1488805: Error: branch out of range 26# {standard input}:1488805: Error: branch out of range
27DEBUG_OPTIMIZATION_remove_mips = " -Og" 27DEBUG_OPTIMIZATION:remove:mips = " -Og"
28DEBUG_OPTIMIZATION_append_mips = " -O" 28DEBUG_OPTIMIZATION:append:mips = " -O"
29BUILD_OPTIMIZATION_remove_mips = " -Og" 29BUILD_OPTIMIZATION:remove:mips = " -Og"
30BUILD_OPTIMIZATION_append_mips = " -O" 30BUILD_OPTIMIZATION:append:mips = " -O"
31 31
32DEBUG_OPTIMIZATION_remove_mipsel = " -Og" 32DEBUG_OPTIMIZATION:remove:mipsel = " -Og"
33DEBUG_OPTIMIZATION_append_mipsel = " -O" 33DEBUG_OPTIMIZATION:append:mipsel = " -O"
34BUILD_OPTIMIZATION_remove_mipsel = " -Og" 34BUILD_OPTIMIZATION:remove:mipsel = " -Og"
35BUILD_OPTIMIZATION_append_mipsel = " -O" 35BUILD_OPTIMIZATION:append:mipsel = " -O"
36 36
37BBCLASSEXTEND = "native nativesdk" 37BBCLASSEXTEND = "native nativesdk"
38 38
39RDEPENDS_${PN} += "libxml2 libxslt ${PYTHON_PN}-compression" 39RDEPENDS:${PN} += "libxml2 libxslt ${PYTHON_PN}-compression"
40 40
41CLEANBROKEN = "1" 41CLEANBROKEN = "1"