diff options
author | Zang Ruochen <zangrc.fnst@cn.fujitsu.com> | 2019-10-17 15:04:46 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2019-10-17 08:33:53 -0700 |
commit | 99303c190e3d69650b278c65d94b63ffccfa41bb (patch) | |
tree | bc075410fe5f3d2db9af229f455ae166fe4fa26d | |
parent | 01265fad4ebaa1253666e4918a2b2e4965cdb774 (diff) | |
download | meta-openembedded-99303c190e3d69650b278c65d94b63ffccfa41bb.tar.gz |
protobuf: upgrade 3.9.2 -> 3.10.0
Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | meta-oe/recipes-devtools/protobuf/protobuf_3.10.0.bb (renamed from meta-oe/recipes-devtools/protobuf/protobuf_3.9.2.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-oe/recipes-devtools/protobuf/protobuf_3.9.2.bb b/meta-oe/recipes-devtools/protobuf/protobuf_3.10.0.bb index a007b2a697..9284541172 100644 --- a/meta-oe/recipes-devtools/protobuf/protobuf_3.9.2.bb +++ b/meta-oe/recipes-devtools/protobuf/protobuf_3.10.0.bb | |||
@@ -10,9 +10,9 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=37b5762e07f0af8c74ce80a8bda4266b" | |||
10 | DEPENDS = "zlib" | 10 | DEPENDS = "zlib" |
11 | DEPENDS_append_class-target = " protobuf-native" | 11 | DEPENDS_append_class-target = " protobuf-native" |
12 | 12 | ||
13 | SRCREV = "52b2447247f535663ac1c292e088b4b27d2910ef" | 13 | SRCREV = "6d4e7fd7966c989e38024a8ea693db83758944f1" |
14 | 14 | ||
15 | SRC_URI = "git://github.com/google/protobuf.git;branch=3.9.x \ | 15 | SRC_URI = "git://github.com/google/protobuf.git;branch=3.10.x \ |
16 | file://run-ptest \ | 16 | file://run-ptest \ |
17 | file://0001-protobuf-fix-configure-error.patch \ | 17 | file://0001-protobuf-fix-configure-error.patch \ |
18 | file://0001-Makefile.am-include-descriptor.cc-when-building-libp.patch \ | 18 | file://0001-Makefile.am-include-descriptor.cc-when-building-libp.patch \ |