summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-devtools/breakpad/breakpad_git.bb
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2021-03-13 15:31:20 -0800
committerKhem Raj <raj.khem@gmail.com>2021-03-14 00:00:16 -0800
commit874bdec053fc4467bede5701c74f9389fbdabd3a (patch)
treed9e302b5524c69ff916e3049a7b60d78be0412b1 /meta-oe/recipes-devtools/breakpad/breakpad_git.bb
parenteecfefa5cab7dfc71392706c06735060233bad26 (diff)
downloadmeta-openembedded-874bdec053fc4467bede5701c74f9389fbdabd3a.tar.gz
breakpad: Upgrade to latest
License-Update: added APSL 2.0 and BSD-3-Clause and libunwind license Forward patches as needed and drop patches applied upstream Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-devtools/breakpad/breakpad_git.bb')
-rw-r--r--meta-oe/recipes-devtools/breakpad/breakpad_git.bb16
1 files changed, 7 insertions, 9 deletions
diff --git a/meta-oe/recipes-devtools/breakpad/breakpad_git.bb b/meta-oe/recipes-devtools/breakpad/breakpad_git.bb
index daf262ed6..0e510aaf6 100644
--- a/meta-oe/recipes-devtools/breakpad/breakpad_git.bb
+++ b/meta-oe/recipes-devtools/breakpad/breakpad_git.bb
@@ -6,7 +6,7 @@ SUMMARY = "An open-source multi-platform crash reporting system"
6DESCRIPTION = "Breakpad is a library and tool suite that allows you to distribute an application to users with compiler-provided debugging information removed, record crashes in compact \"minidump\" files, send them back to your server, and produce C and C++ stack traces from these minidumps. " 6DESCRIPTION = "Breakpad is a library and tool suite that allows you to distribute an application to users with compiler-provided debugging information removed, record crashes in compact \"minidump\" files, send them back to your server, and produce C and C++ stack traces from these minidumps. "
7HOMEPAGE = "https://code.google.com/p/google-breakpad/" 7HOMEPAGE = "https://code.google.com/p/google-breakpad/"
8LICENSE = "BSD-3-Clause" 8LICENSE = "BSD-3-Clause"
9LIC_FILES_CHKSUM = "file://LICENSE;md5=56c24a43c81c3af6fcf590851931489e" 9LIC_FILES_CHKSUM = "file://LICENSE;md5=8bb274ebd1901085fd71a8d8afe8831b"
10SECTION = "libs" 10SECTION = "libs"
11 11
12inherit autotools 12inherit autotools
@@ -19,25 +19,23 @@ PV = "1.0"
19 19
20SRCREV_FORMAT = "breakpad_gtest_protobuf_lss_gyp" 20SRCREV_FORMAT = "breakpad_gtest_protobuf_lss_gyp"
21 21
22SRCREV_breakpad = "0c0e24f709288a129d665ec27d6f089189318385" 22SRCREV_breakpad = "8b22babdf894e5aa98b2dbbe103f7e3856a71944"
23#v1.10.0 23#v1.10.0
24SRCREV_gtest = "5ec7f0c4a113e2f18ac2c6cc7df51ad6afc24081" 24SRCREV_gtest = "4fe018038f87675c083d0cfb6a6b57c274fb1753"
25SRCREV_protobuf = "cb6dd4ef5f82e41e06179dcd57d3b1d9246ad6ac" 25SRCREV_protobuf = "cb6dd4ef5f82e41e06179dcd57d3b1d9246ad6ac"
26SRCREV_lss = "8048ece6c16c91acfe0d36d1d3cc0890ab6e945c" 26SRCREV_lss = "fd00dbbd0c06a309c657d89e9430143b179ff6db"
27SRCREV_gyp = "324dd166b7c0b39d513026fa52d6280ac6d56770" 27SRCREV_gyp = "324dd166b7c0b39d513026fa52d6280ac6d56770"
28 28
29SRC_URI = "git://github.com/google/breakpad;name=breakpad \ 29SRC_URI = "git://github.com/google/breakpad;name=breakpad;branch=main \
30 git://github.com/google/googletest.git;destsuffix=git/src/testing/gtest;name=gtest \ 30 git://github.com/google/googletest.git;destsuffix=git/src/testing/gtest;name=gtest \
31 git://github.com/google/protobuf.git;destsuffix=git/src/third_party/protobuf/protobuf;name=protobuf \ 31 git://github.com/protocolbuffers/protobuf.git;destsuffix=git/src/third_party/protobuf/protobuf;name=protobuf \
32 git://chromium.googlesource.com/linux-syscall-support;protocol=https;destsuffix=git/src/third_party/lss;name=lss \ 32 git://chromium.googlesource.com/linux-syscall-support;protocol=https;branch=main;destsuffix=git/src/third_party/lss;name=lss \
33 git://chromium.googlesource.com/external/gyp;protocol=https;destsuffix=git/src/tools/gyp;name=gyp \ 33 git://chromium.googlesource.com/external/gyp;protocol=https;destsuffix=git/src/tools/gyp;name=gyp \
34 file://0001-include-sys-reg.h-to-get-__WORDSIZE-on-musl-libc.patch \ 34 file://0001-include-sys-reg.h-to-get-__WORDSIZE-on-musl-libc.patch \
35 file://0003-Fix-conflict-between-musl-libc-dirent.h-and-lss.patch \ 35 file://0003-Fix-conflict-between-musl-libc-dirent.h-and-lss.patch \
36 file://0001-Turn-off-sign-compare-for-musl-libc.patch \ 36 file://0001-Turn-off-sign-compare-for-musl-libc.patch \
37 file://0002-sys-signal.h-is-a-nonportable-alias-for-signal.h.patch \
38 file://0003-Dont-include-stab.h.patch \ 37 file://0003-Dont-include-stab.h.patch \
39 file://0004-elf_reader.cc-include-sys-reg.h-to-get-__WORDSIZE-on.patch \ 38 file://0004-elf_reader.cc-include-sys-reg.h-to-get-__WORDSIZE-on.patch \
40 file://0002-Use-_fpstate-instead-of-_libc_fpstate-on-linux.patch \
41 file://mcontext.patch \ 39 file://mcontext.patch \
42 file://0001-disable-calls-to-getcontext-with-musl.patch \ 40 file://0001-disable-calls-to-getcontext-with-musl.patch \
43 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 \