[oe-commits] [meta-openembedded] 09/35: protobuf-c: update to 1.3.0

git at git.openembedded.org git at git.openembedded.org
Thu Sep 14 10:50:51 UTC 2017


This is an automated email from the git hooks/post-receive script.

martin_jansa pushed a commit to branch master-next
in repository meta-openembedded.

commit 3e1748feac99059eb83ec20d49ad2686b96bcd14
Author: Pascal Bach <pascal.bach at siemens.com>
AuthorDate: Wed Sep 13 09:21:41 2017 +0200

    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 at siemens.com>
    Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>
---
 .../protobuf/{protobuf-c_1.2.1.bb => protobuf-c_1.3.0.bb}             | 4 ++--
 1 file 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
similarity index 88%
rename from meta-oe/recipes-devtools/protobuf/protobuf-c_1.2.1.bb
rename to meta-oe/recipes-devtools/protobuf/protobuf-c_1.3.0.bb
index 36de060..fe1e6e5 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"
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list