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-oe/recipes-devtools/breakpad/breakpad_git.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-oe/recipes-devtools/breakpad/breakpad_git.bb')
| -rw-r--r-- | meta-oe/recipes-devtools/breakpad/breakpad_git.bb | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/meta-oe/recipes-devtools/breakpad/breakpad_git.bb b/meta-oe/recipes-devtools/breakpad/breakpad_git.bb index 4756ef772d..1757c70194 100644 --- a/meta-oe/recipes-devtools/breakpad/breakpad_git.bb +++ b/meta-oe/recipes-devtools/breakpad/breakpad_git.bb | |||
| @@ -11,7 +11,7 @@ SECTION = "libs" | |||
| 11 | 11 | ||
| 12 | inherit autotools | 12 | inherit autotools |
| 13 | 13 | ||
| 14 | DEPENDS_append_libc-musl = " libucontext" | 14 | DEPENDS:append:libc-musl = " libucontext" |
| 15 | 15 | ||
| 16 | BBCLASSEXTEND = "native" | 16 | BBCLASSEXTEND = "native" |
| 17 | 17 | ||
| @@ -48,15 +48,15 @@ SRC_URI = "git://github.com/google/breakpad;name=breakpad;branch=main \ | |||
| 48 | S = "${WORKDIR}/git" | 48 | S = "${WORKDIR}/git" |
| 49 | 49 | ||
| 50 | CXXFLAGS += "-D_GNU_SOURCE" | 50 | CXXFLAGS += "-D_GNU_SOURCE" |
| 51 | LDFLAGS_append_libc-musl = " -lucontext" | 51 | LDFLAGS:append:libc-musl = " -lucontext" |
| 52 | 52 | ||
| 53 | COMPATIBLE_HOST_powerpc = "null" | 53 | COMPATIBLE_HOST:powerpc = "null" |
| 54 | COMPATIBLE_HOST_powerpc64 = "null" | 54 | COMPATIBLE_HOST:powerpc64 = "null" |
| 55 | COMPATIBLE_HOST_powerpc64le = "null" | 55 | COMPATIBLE_HOST:powerpc64le = "null" |
| 56 | COMPATIBLE_HOST_riscv64 = "null" | 56 | COMPATIBLE_HOST:riscv64 = "null" |
| 57 | COMPATIBLE_HOST_riscv32 = "null" | 57 | COMPATIBLE_HOST:riscv32 = "null" |
| 58 | 58 | ||
| 59 | do_install_append() { | 59 | do_install:append() { |
| 60 | install -d ${D}${includedir} | 60 | install -d ${D}${includedir} |
| 61 | install -d ${D}${includedir}/breakpad | 61 | install -d ${D}${includedir}/breakpad |
| 62 | 62 | ||
| @@ -104,8 +104,8 @@ do_install_append() { | |||
| 104 | 104 | ||
| 105 | PACKAGES =+ "${PN}-minidump-upload ${PN}-sym-upload" | 105 | PACKAGES =+ "${PN}-minidump-upload ${PN}-sym-upload" |
| 106 | 106 | ||
| 107 | FILES_${PN}-minidump-upload = "${bindir}/minidump_upload" | 107 | FILES:${PN}-minidump-upload = "${bindir}/minidump_upload" |
| 108 | FILES_${PN}-sym-upload = "${bindir}/sym_upload" | 108 | FILES:${PN}-sym-upload = "${bindir}/sym_upload" |
| 109 | 109 | ||
| 110 | 110 | ||
| 111 | SYSROOT_PREPROCESS_FUNCS += "breakpad_populate_sysroot" | 111 | SYSROOT_PREPROCESS_FUNCS += "breakpad_populate_sysroot" |
| @@ -125,7 +125,7 @@ breakpad_populate_sysroot() { | |||
| 125 | #| {standard input}:2184: Error: Thumb does not support this addressing mode -- `str r6,[r1,#-4]!' | 125 | #| {standard input}:2184: Error: Thumb does not support this addressing mode -- `str r6,[r1,#-4]!' |
| 126 | #| {standard input}:2191: Error: lo register required -- `ldr pc,[sp]' | 126 | #| {standard input}:2191: Error: lo register required -- `ldr pc,[sp]' |
| 127 | #| make: *** [src/client/linux/handler/exception_handler.o] Error 1 | 127 | #| make: *** [src/client/linux/handler/exception_handler.o] Error 1 |
| 128 | ARM_INSTRUCTION_SET_armv5 = "arm" | 128 | ARM_INSTRUCTION_SET:armv5 = "arm" |
| 129 | ARM_INSTRUCTION_SET_armv4 = "arm" | 129 | ARM_INSTRUCTION_SET:armv4 = "arm" |
| 130 | 130 | ||
| 131 | TOOLCHAIN = "gcc" | 131 | TOOLCHAIN = "gcc" |
