[oe-commits] [meta-openembedded] 36/51: protobuf: update to 3.3.0

git at git.openembedded.org git at git.openembedded.org
Tue May 16 07:58:03 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 59d2415222558b9a88661fb9dfca01e9450152db
Author: Pascal Bach <pascal.bach at siemens.com>
AuthorDate: Thu May 11 10:30:30 2017 +0200

    protobuf: update to 3.3.0
    
    With the latest version out of tree builds are broken.
    
    Signed-off-by: Pascal Bach <pascal.bach at siemens.com>
    Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>
---
 .../protobuf/{protobuf_3.1.0.bb => protobuf_3.3.0.bb}               | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/meta-oe/recipes-devtools/protobuf/protobuf_3.1.0.bb b/meta-oe/recipes-devtools/protobuf/protobuf_3.3.0.bb
similarity index 88%
rename from meta-oe/recipes-devtools/protobuf/protobuf_3.1.0.bb
rename to meta-oe/recipes-devtools/protobuf/protobuf_3.3.0.bb
index 18210b1..ce64a88 100644
--- a/meta-oe/recipes-devtools/protobuf/protobuf_3.1.0.bb
+++ b/meta-oe/recipes-devtools/protobuf/protobuf_3.3.0.bb
@@ -14,15 +14,15 @@ RDEPENDS_${PN}-dev += "${PN}-compiler"
 
 LIC_FILES_CHKSUM = "file://LICENSE;md5=35953c752efc9299b184f91bef540095"
 
-SRCREV = "a428e42072765993ff674fda72863c9f1aa2d268"
+SRCREV = "a6189acd18b00611c1dc7042299ad75486f08a1a"
 
-PV = "3.1.0+git${SRCPV}"
+PV = "3.3.0+git${SRCPV}"
 
 SRC_URI = "git://github.com/google/protobuf.git"
 
 EXTRA_OECONF += " --with-protoc=echo"
 
-inherit autotools
+inherit autotools-brokensep
 
 S = "${WORKDIR}/git"
 

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


More information about the Openembedded-commits mailing list