summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-devtools/breakpad/breakpad_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-devtools/breakpad/breakpad_git.bb')
-rw-r--r--meta-oe/recipes-devtools/breakpad/breakpad_git.bb11
1 files changed, 6 insertions, 5 deletions
diff --git a/meta-oe/recipes-devtools/breakpad/breakpad_git.bb b/meta-oe/recipes-devtools/breakpad/breakpad_git.bb
index 36c2b6349..a4f149143 100644
--- a/meta-oe/recipes-devtools/breakpad/breakpad_git.bb
+++ b/meta-oe/recipes-devtools/breakpad/breakpad_git.bb
@@ -17,21 +17,22 @@ PE = "1"
17 17
18PV = "1.0+git${SRCPV}" 18PV = "1.0+git${SRCPV}"
19 19
20SRCREV_FORMAT = "breakpad_glog_gmock_gtest_protobuf_lss" 20SRCREV_FORMAT = "breakpad_glog_gtest_protobuf_lss_gyp"
21 21
22SRCREV_breakpad = "2f6cb866d615d6240a18c7535c994c6bb93b1ba5" 22SRCREV_breakpad = "66856d617b6658ce09ef2bc1b15d457ab7b152b0"
23SRCREV_glog = "d8cb47f77d1c31779f3ff890e1a5748483778d6a" 23SRCREV_glog = "d8cb47f77d1c31779f3ff890e1a5748483778d6a"
24SRCREV_gmock = "f7d03d2734759ee12b57d2dbcb695607d89e8e05"
25SRCREV_gtest = "ec44c6c1675c25b9827aacd08c02433cccde7780" 24SRCREV_gtest = "ec44c6c1675c25b9827aacd08c02433cccde7780"
26SRCREV_protobuf = "cb6dd4ef5f82e41e06179dcd57d3b1d9246ad6ac" 25SRCREV_protobuf = "cb6dd4ef5f82e41e06179dcd57d3b1d9246ad6ac"
27SRCREV_lss = "1549d20f6d3e7d66bb4e687c0ab9da42c2bff2ac" 26SRCREV_lss = "a91633d172407f6c83dd69af11510b37afebb7f9"
27SRCREV_gyp = "e8ab0833a42691cd2184bd4c45d779e43821d3e0"
28 28
29SRC_URI = "git://github.com/google/breakpad;name=breakpad \ 29SRC_URI = "git://github.com/google/breakpad;name=breakpad \
30 git://github.com/google/glog.git;destsuffix=git/src/third_party/glog;name=glog \ 30 git://github.com/google/glog.git;destsuffix=git/src/third_party/glog;name=glog \
31 git://github.com/google/googlemock.git;destsuffix=git/src/testing;name=gmock \
32 git://github.com/google/googletest.git;destsuffix=git/src/testing/gtest;name=gtest \ 31 git://github.com/google/googletest.git;destsuffix=git/src/testing/gtest;name=gtest \
33 git://github.com/google/protobuf.git;destsuffix=git/src/third_party/protobuf/protobuf;name=protobuf \ 32 git://github.com/google/protobuf.git;destsuffix=git/src/third_party/protobuf/protobuf;name=protobuf \
34 git://chromium.googlesource.com/linux-syscall-support;protocol=https;destsuffix=git/src/third_party/lss;name=lss \ 33 git://chromium.googlesource.com/linux-syscall-support;protocol=https;destsuffix=git/src/third_party/lss;name=lss \
34 git://chromium.googlesource.com/external/gyp;protocol=https;destsuffix=git/src/tools/gyp;name=gyp \
35 file://0001-Replace-use-of-struct-ucontext-with-ucontext_t.patch \
35" 36"
36S = "${WORKDIR}/git" 37S = "${WORKDIR}/git"
37 38