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>
This commit is contained in:
Khem Raj 2016-11-25 22:24:32 -08:00 committed by Martin Jansa
parent efd3696e70
commit 8c720146b7

View File

@ -13,9 +13,27 @@ inherit autotools
BBCLASSEXTEND = "native"
SRCREV = "r1435"
SRC_URI = "svn://google-breakpad.googlecode.com/svn;module=trunk;protocol=http"
S = "${WORKDIR}/trunk"
PE = "1"
PV = "1.0+git${SRCPV}"
SRCREV_FORMAT = "breakpad_glog_gmock_gtest_protobuf_lss"
SRCREV_breakpad = "2f6cb866d615d6240a18c7535c994c6bb93b1ba5"
SRCREV_glog = "d8cb47f77d1c31779f3ff890e1a5748483778d6a"
SRCREV_gmock = "f7d03d2734759ee12b57d2dbcb695607d89e8e05"
SRCREV_gtest = "ec44c6c1675c25b9827aacd08c02433cccde7780"
SRCREV_protobuf = "cb6dd4ef5f82e41e06179dcd57d3b1d9246ad6ac"
SRCREV_lss = "1549d20f6d3e7d66bb4e687c0ab9da42c2bff2ac"
SRC_URI = "git://github.com/google/breakpad;name=breakpad \
git://github.com/google/glog.git;destsuffix=git/src/third_party/glog;name=glog \
git://github.com/google/googlemock.git;destsuffix=git/src/testing;name=gmock \
git://github.com/google/googletest.git;destsuffix=git/src/testing/gtest;name=gtest \
git://github.com/google/protobuf.git;destsuffix=git/src/third_party/protobuf/protobuf;name=protobuf \
git://chromium.googlesource.com/linux-syscall-support;protocol=https;destsuffix=git/src/third_party/lss;name=lss \
"
S = "${WORKDIR}/git"
COMPATIBLE_MACHINE_powerpc = "(!.*ppc).*"