mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-04-25 13:18:27 +00:00
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>
This commit is contained in:
@@ -24,18 +24,18 @@ inherit pypi setuptools3
|
||||
|
||||
# {standard input}: Assembler messages:
|
||||
# {standard input}:1488805: Error: branch out of range
|
||||
DEBUG_OPTIMIZATION_remove_mips = " -Og"
|
||||
DEBUG_OPTIMIZATION_append_mips = " -O"
|
||||
BUILD_OPTIMIZATION_remove_mips = " -Og"
|
||||
BUILD_OPTIMIZATION_append_mips = " -O"
|
||||
DEBUG_OPTIMIZATION:remove:mips = " -Og"
|
||||
DEBUG_OPTIMIZATION:append:mips = " -O"
|
||||
BUILD_OPTIMIZATION:remove:mips = " -Og"
|
||||
BUILD_OPTIMIZATION:append:mips = " -O"
|
||||
|
||||
DEBUG_OPTIMIZATION_remove_mipsel = " -Og"
|
||||
DEBUG_OPTIMIZATION_append_mipsel = " -O"
|
||||
BUILD_OPTIMIZATION_remove_mipsel = " -Og"
|
||||
BUILD_OPTIMIZATION_append_mipsel = " -O"
|
||||
DEBUG_OPTIMIZATION:remove:mipsel = " -Og"
|
||||
DEBUG_OPTIMIZATION:append:mipsel = " -O"
|
||||
BUILD_OPTIMIZATION:remove:mipsel = " -Og"
|
||||
BUILD_OPTIMIZATION:append:mipsel = " -O"
|
||||
|
||||
BBCLASSEXTEND = "native nativesdk"
|
||||
|
||||
RDEPENDS_${PN} += "libxml2 libxslt ${PYTHON_PN}-compression"
|
||||
RDEPENDS:${PN} += "libxml2 libxslt ${PYTHON_PN}-compression"
|
||||
|
||||
CLEANBROKEN = "1"
|
||||
|
||||
Reference in New Issue
Block a user