aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2015-03-24 20:18:14 -0700
committerMartin Jansa <Martin.Jansa@gmail.com>2015-04-13 12:55:47 +0200
commit82a3434bc253978838a0d91435c223d9a6e92f32 (patch)
tree092a3b69ea77d09080e1617ae3fcd9f0f1000ad2
parent12f2a4dd700ed9f68d15f40963f49edc2d608913 (diff)
downloadmeta-openembedded-contrib-82a3434bc253978838a0d91435c223d9a6e92f32.tar.gz
breakpad: Upgrade to r1435
Fixes parallel build issue with breakpad-native amongst other updates Change-Id: Icc26234ccb4ba77543e8dca52b27ceaeb2f77747 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_svn.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-devtools/breakpad/breakpad_svn.bb b/meta-oe/recipes-devtools/breakpad/breakpad_svn.bb
index 2c5941d7ee..00c36372f1 100644
--- a/meta-oe/recipes-devtools/breakpad/breakpad_svn.bb
+++ b/meta-oe/recipes-devtools/breakpad/breakpad_svn.bb
@@ -13,7 +13,7 @@ inherit autotools
BBCLASSEXTEND = "native"
-SRCREV = "r1318"
+SRCREV = "r1435"
SRC_URI = "svn://google-breakpad.googlecode.com/svn;module=trunk;protocol=http"
S = "${WORKDIR}/trunk"