diff options
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.bb | 18 |
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 |
27 | DEBUG_OPTIMIZATION_remove_mips = " -Og" | 27 | DEBUG_OPTIMIZATION:remove:mips = " -Og" |
28 | DEBUG_OPTIMIZATION_append_mips = " -O" | 28 | DEBUG_OPTIMIZATION:append:mips = " -O" |
29 | BUILD_OPTIMIZATION_remove_mips = " -Og" | 29 | BUILD_OPTIMIZATION:remove:mips = " -Og" |
30 | BUILD_OPTIMIZATION_append_mips = " -O" | 30 | BUILD_OPTIMIZATION:append:mips = " -O" |
31 | 31 | ||
32 | DEBUG_OPTIMIZATION_remove_mipsel = " -Og" | 32 | DEBUG_OPTIMIZATION:remove:mipsel = " -Og" |
33 | DEBUG_OPTIMIZATION_append_mipsel = " -O" | 33 | DEBUG_OPTIMIZATION:append:mipsel = " -O" |
34 | BUILD_OPTIMIZATION_remove_mipsel = " -Og" | 34 | BUILD_OPTIMIZATION:remove:mipsel = " -Og" |
35 | BUILD_OPTIMIZATION_append_mipsel = " -O" | 35 | BUILD_OPTIMIZATION:append:mipsel = " -O" |
36 | 36 | ||
37 | BBCLASSEXTEND = "native nativesdk" | 37 | BBCLASSEXTEND = "native nativesdk" |
38 | 38 | ||
39 | RDEPENDS_${PN} += "libxml2 libxslt ${PYTHON_PN}-compression" | 39 | RDEPENDS:${PN} += "libxml2 libxslt ${PYTHON_PN}-compression" |
40 | 40 | ||
41 | CLEANBROKEN = "1" | 41 | CLEANBROKEN = "1" |