From 9e2123adbc3a5a4b03861f66b4ecbd605e7c1812 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Tue, 20 Dec 2022 20:14:23 +0800 Subject: [PATCH] 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 Signed-off-by: Khem Raj --- .../protobuf/{protobuf_3.21.10.bb => protobuf_3.21.12.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-devtools/protobuf/{protobuf_3.21.10.bb => protobuf_3.21.12.bb} (98%) diff --git a/meta-oe/recipes-devtools/protobuf/protobuf_3.21.10.bb b/meta-oe/recipes-devtools/protobuf/protobuf_3.21.12.bb similarity index 98% rename from meta-oe/recipes-devtools/protobuf/protobuf_3.21.10.bb rename to 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" DEPENDS = "zlib" DEPENDS:append:class-target = " protobuf-native" -SRCREV = "11bc195441adfbc87ff0349f1c4be7a239d1daad" +SRCREV = "f0dc78d7e6e331b8c6bb2d5283e06aa26883ca7c" SRC_URI = "git://github.com/protocolbuffers/protobuf.git;branch=21.x;protocol=https \ file://run-ptest \