summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2016-11-25 22:24:32 -0800
committerMartin Jansa <Martin.Jansa@gmail.com>2016-12-02 09:16:18 +0100
commit8c720146b718aae3bc194621f3e095cf11ecb2ed (patch)
tree65dff1e3fdd59bc1d8af572c38402da36fa3cf13
parentefd3696e70a6603f1a45faa4a172433514f0a487 (diff)
downloadmeta-openembedded-8c720146b718aae3bc194621f3e095cf11ecb2ed.tar.gz
breakpad: Upgrade to latest
* Switch to using git * Gets aarch64 support * Define PV and use SRCPV * increment PE to 1 Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
-rw-r--r--meta-oe/recipes-devtools/breakpad/breakpad_git.bb (renamed from meta-oe/recipes-devtools/breakpad/breakpad_svn.bb)24
1 files changed, 21 insertions, 3 deletions
diff --git a/meta-oe/recipes-devtools/breakpad/breakpad_svn.bb b/meta-oe/recipes-devtools/breakpad/breakpad_git.bb
index b573ea502..36c2b6349 100644
--- a/meta-oe/recipes-devtools/breakpad/breakpad_svn.bb
+++ b/meta-oe/recipes-devtools/breakpad/breakpad_git.bb
@@ -13,9 +13,27 @@ inherit autotools
13 13
14BBCLASSEXTEND = "native" 14BBCLASSEXTEND = "native"
15 15
16SRCREV = "r1435" 16PE = "1"
17SRC_URI = "svn://google-breakpad.googlecode.com/svn;module=trunk;protocol=http" 17
18S = "${WORKDIR}/trunk" 18PV = "1.0+git${SRCPV}"
19
20SRCREV_FORMAT = "breakpad_glog_gmock_gtest_protobuf_lss"
21
22SRCREV_breakpad = "2f6cb866d615d6240a18c7535c994c6bb93b1ba5"
23SRCREV_glog = "d8cb47f77d1c31779f3ff890e1a5748483778d6a"
24SRCREV_gmock = "f7d03d2734759ee12b57d2dbcb695607d89e8e05"
25SRCREV_gtest = "ec44c6c1675c25b9827aacd08c02433cccde7780"
26SRCREV_protobuf = "cb6dd4ef5f82e41e06179dcd57d3b1d9246ad6ac"
27SRCREV_lss = "1549d20f6d3e7d66bb4e687c0ab9da42c2bff2ac"
28
29SRC_URI = "git://github.com/google/breakpad;name=breakpad \
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 \
33 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 \
35"
36S = "${WORKDIR}/git"
19 37
20COMPATIBLE_MACHINE_powerpc = "(!.*ppc).*" 38COMPATIBLE_MACHINE_powerpc = "(!.*ppc).*"
21 39