diff options
author | Wang Mingyu <wangmy@fujitsu.com> | 2022-12-20 20:14:23 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2022-12-23 08:52:22 -0800 |
commit | 9e2123adbc3a5a4b03861f66b4ecbd605e7c1812 (patch) | |
tree | 726229e52076d98e6f57074caf37d02fa03ad7f9 /meta-oe/recipes-devtools/protobuf | |
parent | bde46672ec6ee26ccada9f91bef486e94efe9b03 (diff) | |
download | meta-openembedded-9e2123adbc3a5a4b03861f66b4ecbd605e7c1812.tar.gz |
protobuf: upgrade 3.21.10 -> 3.21.12
Changelog:
==========
Fix broken enum ranges (#11171)
Stop requiring extension fields to have a sythetic oneof (#11091)
Python runtime 4.21.10 not works generated code can not load valid proto.
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-devtools/protobuf')
-rw-r--r-- | meta-oe/recipes-devtools/protobuf/protobuf_3.21.12.bb (renamed from meta-oe/recipes-devtools/protobuf/protobuf_3.21.10.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-devtools/protobuf/protobuf_3.21.10.bb b/meta-oe/recipes-devtools/protobuf/protobuf_3.21.12.bb index 4c45c4a7e1..343933033b 100644 --- a/meta-oe/recipes-devtools/protobuf/protobuf_3.21.10.bb +++ b/meta-oe/recipes-devtools/protobuf/protobuf_3.21.12.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 = "11bc195441adfbc87ff0349f1c4be7a239d1daad" | 13 | SRCREV = "f0dc78d7e6e331b8c6bb2d5283e06aa26883ca7c" |
14 | 14 | ||
15 | SRC_URI = "git://github.com/protocolbuffers/protobuf.git;branch=21.x;protocol=https \ | 15 | SRC_URI = "git://github.com/protocolbuffers/protobuf.git;branch=21.x;protocol=https \ |
16 | file://run-ptest \ | 16 | file://run-ptest \ |