summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-devtools/breakpad
diff options
context:
space:
mode:
authorAlexander Kanavin <alex@linutronix.de>2025-06-20 16:06:53 +0200
committerKhem Raj <raj.khem@gmail.com>2025-06-25 06:44:52 -0700
commitfc78d37ff0ce9e0d60455465851dbe4e86d7a8b3 (patch)
tree4219bd472a29fcaca1f076c1e39ecb7078932bea /meta-oe/recipes-devtools/breakpad
parent188491dd2b349d2dc7c0d40b9ee8d870228704f3 (diff)
downloadmeta-openembedded-fc78d37ff0ce9e0d60455465851dbe4e86d7a8b3.tar.gz
meta-openembedded/all: adapt to UNPACKDIR changes
Please see https://git.yoctoproject.org/poky/commit/?id=4dd321f8b83afecd962393101b2a6861275b5265 for what changes are needed, and sed commands that can be used to make them en masse. I've verified that bitbake -c patch world works with these, but did not run a world build; the majority of recipes shouldn't need further fixups, but if there are some that still fall out, they can be fixed in followups. Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-devtools/breakpad')
-rw-r--r--meta-oe/recipes-devtools/breakpad/breakpad_2023.06.01.bb7
1 files changed, 3 insertions, 4 deletions
diff --git a/meta-oe/recipes-devtools/breakpad/breakpad_2023.06.01.bb b/meta-oe/recipes-devtools/breakpad/breakpad_2023.06.01.bb
index 3bf4371e85..0e51289507 100644
--- a/meta-oe/recipes-devtools/breakpad/breakpad_2023.06.01.bb
+++ b/meta-oe/recipes-devtools/breakpad/breakpad_2023.06.01.bb
@@ -27,9 +27,9 @@ SRCREV_protobuf = "cb6dd4ef5f82e41e06179dcd57d3b1d9246ad6ac"
27SRCREV_lss = "9719c1e1e676814c456b55f5f070eabad6709d31" 27SRCREV_lss = "9719c1e1e676814c456b55f5f070eabad6709d31"
28 28
29SRC_URI = "git://github.com/google/breakpad;name=breakpad;branch=main;protocol=https \ 29SRC_URI = "git://github.com/google/breakpad;name=breakpad;branch=main;protocol=https \
30 git://github.com/google/googletest.git;destsuffix=git/src/testing/gtest;name=gtest;branch=main;protocol=https \ 30 git://github.com/google/googletest.git;destsuffix=${BB_GIT_DEFAULT_DESTSUFFIX}/src/testing/gtest;name=gtest;branch=main;protocol=https \
31 git://github.com/protocolbuffers/protobuf.git;destsuffix=git/src/third_party/protobuf/protobuf;name=protobuf;branch=master;protocol=https \ 31 git://github.com/protocolbuffers/protobuf.git;destsuffix=${BB_GIT_DEFAULT_DESTSUFFIX}/src/third_party/protobuf/protobuf;name=protobuf;branch=master;protocol=https \
32 git://chromium.googlesource.com/linux-syscall-support;protocol=https;branch=main;destsuffix=git/src/third_party/lss;name=lss \ 32 git://chromium.googlesource.com/linux-syscall-support;protocol=https;branch=main;destsuffix=${BB_GIT_DEFAULT_DESTSUFFIX}/src/third_party/lss;name=lss \
33 file://0001-include-sys-reg.h-to-get-__WORDSIZE-on-musl-libc.patch \ 33 file://0001-include-sys-reg.h-to-get-__WORDSIZE-on-musl-libc.patch \
34 file://0003-Fix-conflict-between-musl-libc-dirent.h-and-lss.patch \ 34 file://0003-Fix-conflict-between-musl-libc-dirent.h-and-lss.patch \
35 file://0001-Turn-off-sign-compare-for-musl-libc.patch \ 35 file://0001-Turn-off-sign-compare-for-musl-libc.patch \
@@ -41,7 +41,6 @@ SRC_URI = "git://github.com/google/breakpad;name=breakpad;branch=main;protocol=h
41 file://0001-lss-Match-syscalls-to-match-musl.patch;patchdir=src/third_party/lss \ 41 file://0001-lss-Match-syscalls-to-match-musl.patch;patchdir=src/third_party/lss \
42 file://mips_asm_sgidefs.patch;patchdir=src/third_party/lss \ 42 file://mips_asm_sgidefs.patch;patchdir=src/third_party/lss \
43" 43"
44S = "${WORKDIR}/git"
45 44
46CXXFLAGS += "-D_GNU_SOURCE" 45CXXFLAGS += "-D_GNU_SOURCE"
47LDFLAGS:append:libc-musl = " -lucontext" 46LDFLAGS:append:libc-musl = " -lucontext"