diff options
author | Derek Straka <derek@asterius.io> | 2018-01-03 09:24:24 -0500 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2018-01-16 21:33:04 -0800 |
commit | 01e54eb2fa5fb3e528781f51c85e79eb8c9b74d1 (patch) | |
tree | 1e017e4e2e945535b8a3e2bc6237c0819be4b8bc | |
parent | d18b3c8ef04b323b0ec2764e61f670f5f4a42147 (diff) | |
download | meta-openembedded-01e54eb2fa5fb3e528781f51c85e79eb8c9b74d1.tar.gz |
protobuf: update to version 3.5.1
Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r-- | meta-oe/recipes-devtools/protobuf/protobuf_3.5.1.bb (renamed from meta-oe/recipes-devtools/protobuf/protobuf_3.4.1.bb) | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta-oe/recipes-devtools/protobuf/protobuf_3.4.1.bb b/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" | |||
16 | 16 | ||
17 | LIC_FILES_CHKSUM = "file://LICENSE;md5=35953c752efc9299b184f91bef540095" | 17 | LIC_FILES_CHKSUM = "file://LICENSE;md5=35953c752efc9299b184f91bef540095" |
18 | 18 | ||
19 | SRCREV = "b04e5cba356212e4e8c66c61bbe0c3a20537c5b9" | 19 | SRCREV = "106ffc04be1abf3ff3399f54ccf149815b287dd9" |
20 | 20 | ||
21 | PV = "3.4.1+git${SRCPV}" | 21 | PV = "3.5.1+git${SRCPV}" |
22 | 22 | ||
23 | SRC_URI = "git://github.com/google/protobuf.git;branch=3.4.x \ | 23 | SRC_URI = "git://github.com/google/protobuf.git;branch=3.5.x \ |
24 | file://run-ptest \ | 24 | file://run-ptest \ |
25 | " | 25 | " |
26 | 26 | ||