summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-devtools/breakpad
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-devtools/breakpad')
-rw-r--r--meta-oe/recipes-devtools/breakpad/breakpad_git.bb8
1 files changed, 4 insertions, 4 deletions
diff --git a/meta-oe/recipes-devtools/breakpad/breakpad_git.bb b/meta-oe/recipes-devtools/breakpad/breakpad_git.bb
index 1757c7019..fabf59d4b 100644
--- a/meta-oe/recipes-devtools/breakpad/breakpad_git.bb
+++ b/meta-oe/recipes-devtools/breakpad/breakpad_git.bb
@@ -28,11 +28,11 @@ SRCREV_protobuf = "cb6dd4ef5f82e41e06179dcd57d3b1d9246ad6ac"
28SRCREV_lss = "fd00dbbd0c06a309c657d89e9430143b179ff6db" 28SRCREV_lss = "fd00dbbd0c06a309c657d89e9430143b179ff6db"
29SRCREV_gyp = "324dd166b7c0b39d513026fa52d6280ac6d56770" 29SRCREV_gyp = "324dd166b7c0b39d513026fa52d6280ac6d56770"
30 30
31SRC_URI = "git://github.com/google/breakpad;name=breakpad;branch=main \ 31SRC_URI = "git://github.com/google/breakpad;name=breakpad;branch=main;protocol=https \
32 git://github.com/google/googletest.git;destsuffix=git/src/testing/gtest;name=gtest \ 32 git://github.com/google/googletest.git;destsuffix=git/src/testing/gtest;name=gtest;branch=master;protocol=https \
33 git://github.com/protocolbuffers/protobuf.git;destsuffix=git/src/third_party/protobuf/protobuf;name=protobuf \ 33 git://github.com/protocolbuffers/protobuf.git;destsuffix=git/src/third_party/protobuf/protobuf;name=protobuf;branch=master;protocol=https \
34 git://chromium.googlesource.com/linux-syscall-support;protocol=https;branch=main;destsuffix=git/src/third_party/lss;name=lss \ 34 git://chromium.googlesource.com/linux-syscall-support;protocol=https;branch=main;destsuffix=git/src/third_party/lss;name=lss \
35 git://chromium.googlesource.com/external/gyp;protocol=https;destsuffix=git/src/tools/gyp;name=gyp \ 35 git://chromium.googlesource.com/external/gyp;protocol=https;destsuffix=git/src/tools/gyp;name=gyp;branch=master \
36 file://0001-include-sys-reg.h-to-get-__WORDSIZE-on-musl-libc.patch \ 36 file://0001-include-sys-reg.h-to-get-__WORDSIZE-on-musl-libc.patch \
37 file://0003-Fix-conflict-between-musl-libc-dirent.h-and-lss.patch \ 37 file://0003-Fix-conflict-between-musl-libc-dirent.h-and-lss.patch \
38 file://0001-Turn-off-sign-compare-for-musl-libc.patch \ 38 file://0001-Turn-off-sign-compare-for-musl-libc.patch \