aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe
diff options
context:
space:
mode:
authorPascal Bach <pascal.bach@siemens.com>2017-09-13 09:21:41 +0200
committerMartin Jansa <Martin.Jansa@gmail.com>2017-09-18 10:17:56 +0200
commitfa0c4bf092d75edfa8bcb74898f6cf76aeffc7d3 (patch)
treee13d851d655907c9e6156b88c07a71d79e399791 /meta-oe
parentac8a550d8ee9668461e73deba4efc3519874852a (diff)
downloadmeta-openembedded-contrib-fa0c4bf092d75edfa8bcb74898f6cf76aeffc7d3.tar.gz
protobuf-c: update to 1.3.0
Required to build with protobuf 3.4.0 The license checksum changed because they renamed the compiler which is mentioned in the LICENSE file. Signed-off-by: Pascal Bach <pascal.bach@siemens.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe')
-rw-r--r--meta-oe/recipes-devtools/protobuf/protobuf-c_1.3.0.bb (renamed from meta-oe/recipes-devtools/protobuf/protobuf-c_1.2.1.bb)4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-oe/recipes-devtools/protobuf/protobuf-c_1.2.1.bb b/meta-oe/recipes-devtools/protobuf/protobuf-c_1.3.0.bb
index 36de060418..fe1e6e5faf 100644
--- a/meta-oe/recipes-devtools/protobuf/protobuf-c_1.2.1.bb
+++ b/meta-oe/recipes-devtools/protobuf/protobuf-c_1.3.0.bb
@@ -15,10 +15,10 @@ PACKAGE_BEFORE_PN = "${PN}-compiler"
RDEPENDS_${PN}-compiler = "protobuf-compiler"
RDEPENDS_${PN}-dev += "${PN}-compiler"
-LIC_FILES_CHKSUM = "file://LICENSE;md5=235c3195a3968524dc1524b4ebea0c0e"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=cb901168715f4782a2b06c3ddaefa558"
PV .= "+git${SRCPV}"
-SRCREV = "006d69bd8481738323c58af5cd4c8477d09eb9f5"
+SRCREV = "dac1a65feac4ad72f612aab99f487056fbcf5c1a"
SRC_URI = "git://github.com/protobuf-c/protobuf-c.git"