diff options
| author | Martin Jansa <Martin.Jansa@gmail.com> | 2021-07-29 17:04:53 +0200 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2021-08-03 10:21:25 -0700 |
| commit | c61dc077bbd81260e4f167fa2251643ba0ba6974 (patch) | |
| tree | 66c3243f8f64ae60f66f70a16e8128c247254a65 /meta-python/recipes-devtools/python/python3-lxml_4.6.3.bb | |
| parent | c5f7cfb8db54cfa4257797db5bd87828dea43296 (diff) | |
| download | meta-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.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" |
