diff options
-rw-r--r-- | meta-oe/recipes-devtools/protobuf/protobuf_4.25.2.bb (renamed from meta-oe/recipes-devtools/protobuf/protobuf_4.23.4.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-oe/recipes-devtools/protobuf/protobuf_4.23.4.bb b/meta-oe/recipes-devtools/protobuf/protobuf_4.25.2.bb index 7d37ee3d29..6cd44a4e78 100644 --- a/meta-oe/recipes-devtools/protobuf/protobuf_4.23.4.bb +++ b/meta-oe/recipes-devtools/protobuf/protobuf_4.25.2.bb | |||
@@ -10,9 +10,9 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=37b5762e07f0af8c74ce80a8bda4266b" | |||
10 | DEPENDS = "zlib abseil-cpp" | 10 | DEPENDS = "zlib abseil-cpp" |
11 | DEPENDS:append:class-target = " protobuf-native" | 11 | DEPENDS:append:class-target = " protobuf-native" |
12 | 12 | ||
13 | SRCREV = "2c5fa078d8e86e5f4bd34e6f4c9ea9e8d7d4d44a" | 13 | SRCREV = "a9b006bddd52e289029f16aa77b77e8e0033d9ee" |
14 | 14 | ||
15 | SRC_URI = "gitsm://github.com/protocolbuffers/protobuf.git;branch=23.x;protocol=https \ | 15 | SRC_URI = "gitsm://github.com/protocolbuffers/protobuf.git;branch=25.x;protocol=https \ |
16 | file://run-ptest \ | 16 | file://run-ptest \ |
17 | file://0001-examples-Makefile-respect-CXX-LDFLAGS-variables-fix-.patch \ | 17 | file://0001-examples-Makefile-respect-CXX-LDFLAGS-variables-fix-.patch \ |
18 | " | 18 | " |