mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-16 04:17:25 +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:
@@ -11,7 +11,7 @@ SECTION = "libs"
|
||||
|
||||
inherit autotools
|
||||
|
||||
DEPENDS_append_libc-musl = " libucontext"
|
||||
DEPENDS:append:libc-musl = " libucontext"
|
||||
|
||||
BBCLASSEXTEND = "native"
|
||||
|
||||
@@ -48,15 +48,15 @@ SRC_URI = "git://github.com/google/breakpad;name=breakpad;branch=main \
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
CXXFLAGS += "-D_GNU_SOURCE"
|
||||
LDFLAGS_append_libc-musl = " -lucontext"
|
||||
LDFLAGS:append:libc-musl = " -lucontext"
|
||||
|
||||
COMPATIBLE_HOST_powerpc = "null"
|
||||
COMPATIBLE_HOST_powerpc64 = "null"
|
||||
COMPATIBLE_HOST_powerpc64le = "null"
|
||||
COMPATIBLE_HOST_riscv64 = "null"
|
||||
COMPATIBLE_HOST_riscv32 = "null"
|
||||
COMPATIBLE_HOST:powerpc = "null"
|
||||
COMPATIBLE_HOST:powerpc64 = "null"
|
||||
COMPATIBLE_HOST:powerpc64le = "null"
|
||||
COMPATIBLE_HOST:riscv64 = "null"
|
||||
COMPATIBLE_HOST:riscv32 = "null"
|
||||
|
||||
do_install_append() {
|
||||
do_install:append() {
|
||||
install -d ${D}${includedir}
|
||||
install -d ${D}${includedir}/breakpad
|
||||
|
||||
@@ -104,8 +104,8 @@ do_install_append() {
|
||||
|
||||
PACKAGES =+ "${PN}-minidump-upload ${PN}-sym-upload"
|
||||
|
||||
FILES_${PN}-minidump-upload = "${bindir}/minidump_upload"
|
||||
FILES_${PN}-sym-upload = "${bindir}/sym_upload"
|
||||
FILES:${PN}-minidump-upload = "${bindir}/minidump_upload"
|
||||
FILES:${PN}-sym-upload = "${bindir}/sym_upload"
|
||||
|
||||
|
||||
SYSROOT_PREPROCESS_FUNCS += "breakpad_populate_sysroot"
|
||||
@@ -125,7 +125,7 @@ breakpad_populate_sysroot() {
|
||||
#| {standard input}:2184: Error: Thumb does not support this addressing mode -- `str r6,[r1,#-4]!'
|
||||
#| {standard input}:2191: Error: lo register required -- `ldr pc,[sp]'
|
||||
#| make: *** [src/client/linux/handler/exception_handler.o] Error 1
|
||||
ARM_INSTRUCTION_SET_armv5 = "arm"
|
||||
ARM_INSTRUCTION_SET_armv4 = "arm"
|
||||
ARM_INSTRUCTION_SET:armv5 = "arm"
|
||||
ARM_INSTRUCTION_SET:armv4 = "arm"
|
||||
|
||||
TOOLCHAIN = "gcc"
|
||||
|
||||
Reference in New Issue
Block a user