summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-lxml_4.6.3.bb
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2021-07-29 17:04:53 +0200
committerKhem Raj <raj.khem@gmail.com>2021-08-03 10:21:25 -0700
commitc61dc077bbd81260e4f167fa2251643ba0ba6974 (patch)
tree66c3243f8f64ae60f66f70a16e8128c247254a65 /meta-python/recipes-devtools/python/python3-lxml_4.6.3.bb
parentc5f7cfb8db54cfa4257797db5bd87828dea43296 (diff)
downloadmeta-openembedded-c61dc077bbd81260e4f167fa2251643ba0ba6974.tar.gz
Convert to new override syntax
This is the result of automated script (0.9.1) conversion: oe-core/scripts/contrib/convert-overrides.py . converting the metadata to use ":" as the override character instead of "_". Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
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"