From 01e54eb2fa5fb3e528781f51c85e79eb8c9b74d1 Mon Sep 17 00:00:00 2001 From: Derek Straka Date: Wed, 3 Jan 2018 09:24:24 -0500 Subject: [PATCH] protobuf: update to version 3.5.1 Signed-off-by: Derek Straka Signed-off-by: Armin Kuster --- .../protobuf/{protobuf_3.4.1.bb => protobuf_3.5.1.bb} | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename meta-oe/recipes-devtools/protobuf/{protobuf_3.4.1.bb => protobuf_3.5.1.bb} (94%) diff --git a/meta-oe/recipes-devtools/protobuf/protobuf_3.4.1.bb b/meta-oe/recipes-devtools/protobuf/protobuf_3.5.1.bb similarity index 94% rename from meta-oe/recipes-devtools/protobuf/protobuf_3.4.1.bb rename to meta-oe/recipes-devtools/protobuf/protobuf_3.5.1.bb index 1407d08bb9..1ffb79da71 100644 --- a/meta-oe/recipes-devtools/protobuf/protobuf_3.4.1.bb +++ b/meta-oe/recipes-devtools/protobuf/protobuf_3.5.1.bb @@ -16,11 +16,11 @@ RDEPENDS_${PN}-ptest = "bash python-protobuf" LIC_FILES_CHKSUM = "file://LICENSE;md5=35953c752efc9299b184f91bef540095" -SRCREV = "b04e5cba356212e4e8c66c61bbe0c3a20537c5b9" +SRCREV = "106ffc04be1abf3ff3399f54ccf149815b287dd9" -PV = "3.4.1+git${SRCPV}" +PV = "3.5.1+git${SRCPV}" -SRC_URI = "git://github.com/google/protobuf.git;branch=3.4.x \ +SRC_URI = "git://github.com/google/protobuf.git;branch=3.5.x \ file://run-ptest \ "