diff options
author | Zang Ruochen <zangrc.fnst@cn.fujitsu.com> | 2020-08-22 05:07:32 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2020-08-21 16:35:25 -0700 |
commit | 2cc6538b0f60e7cc7060b7beb2aaef4edd53323c (patch) | |
tree | 57899bd5647771e11eaf14a6dd4a8aa254115c65 | |
parent | 70860d99bf4e8036af1adccced8f9066f6dd50a6 (diff) | |
download | meta-openembedded-2cc6538b0f60e7cc7060b7beb2aaef4edd53323c.tar.gz |
protobuf: upgrade 3.12.3 -> 3.13.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.13.0.bb (renamed from meta-oe/recipes-devtools/protobuf/protobuf_3.12.3.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-devtools/protobuf/protobuf_3.12.3.bb b/meta-oe/recipes-devtools/protobuf/protobuf_3.13.0.bb index 21ad7a460a..f2c5e2bee6 100644 --- a/meta-oe/recipes-devtools/protobuf/protobuf_3.12.3.bb +++ b/meta-oe/recipes-devtools/protobuf/protobuf_3.13.0.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 = "31ebe2ac71400344a5db91ffc13c4ddfb7589f92" | 13 | SRCREV = "fde7cf7358ec7cd69e8db9be4f1fa6a5c431386a" |
14 | 14 | ||
15 | SRC_URI = "git://github.com/protocolbuffers/protobuf.git \ | 15 | SRC_URI = "git://github.com/protocolbuffers/protobuf.git \ |
16 | file://run-ptest \ | 16 | file://run-ptest \ |