diff options
author | Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com> | 2019-11-07 20:06:13 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2019-11-07 17:43:44 -0800 |
commit | 05c93854e95c31508cebe0c5f737489f16d0000f (patch) | |
tree | 3663a8e384d953e060369e0a57c6b05c78365016 | |
parent | 0e88ca24d6953107b6a66b2182ffbee5f807dbf0 (diff) | |
download | meta-openembedded-05c93854e95c31508cebe0c5f737489f16d0000f.tar.gz |
protobuf: upgrade 3.10.0 -> 3.10.1
Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | meta-oe/recipes-devtools/protobuf/protobuf_3.10.1.bb (renamed from meta-oe/recipes-devtools/protobuf/protobuf_3.10.0.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-devtools/protobuf/protobuf_3.10.0.bb b/meta-oe/recipes-devtools/protobuf/protobuf_3.10.1.bb index 9284541172..58526f1315 100644 --- a/meta-oe/recipes-devtools/protobuf/protobuf_3.10.0.bb +++ b/meta-oe/recipes-devtools/protobuf/protobuf_3.10.1.bb | |||
@@ -10,7 +10,7 @@ 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 = "6d4e7fd7966c989e38024a8ea693db83758944f1" | 13 | SRCREV = "d09d649aea36f02c03f8396ba39a8d4db8a607e4" |
14 | 14 | ||
15 | SRC_URI = "git://github.com/google/protobuf.git;branch=3.10.x \ | 15 | SRC_URI = "git://github.com/google/protobuf.git;branch=3.10.x \ |
16 | file://run-ptest \ | 16 | file://run-ptest \ |