summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeter Marko <peter.marko@siemens.com>2024-01-03 10:39:43 +0100
committerKhem Raj <raj.khem@gmail.com>2024-01-04 11:17:26 -0800
commit5231104a0a650d5385201da4f1f2d1228cd36ce0 (patch)
tree5aeaa7ce82d3b738c664864890b8c64cf2e22d43
parent45672db184f39030417d8412f0aa0c8589be6a74 (diff)
downloadmeta-openembedded-5231104a0a650d5385201da4f1f2d1228cd36ce0.tar.gz
protobuf-c: upgrade 1.4.1 -> 1.5.0
Current hash pointed to version with code already indentical to v1.5.0, it was just missing three formal release commits: a15d80a Bump copyright years to 2023 6600fd5 Bump version to 1.5.0 8c201f6 CHANGELOG.md: 1.5.0 License-Update: copyright years refreshed Signed-off-by: Peter Marko <peter.marko@siemens.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-oe/recipes-devtools/protobuf/protobuf-c_1.5.0.bb (renamed from meta-oe/recipes-devtools/protobuf/protobuf-c_1.4.1.bb)4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-oe/recipes-devtools/protobuf/protobuf-c_1.4.1.bb b/meta-oe/recipes-devtools/protobuf/protobuf-c_1.5.0.bb
index 1d9ca9daae..545618a4ec 100644
--- a/meta-oe/recipes-devtools/protobuf/protobuf-c_1.4.1.bb
+++ b/meta-oe/recipes-devtools/protobuf/protobuf-c_1.5.0.bb
@@ -8,14 +8,14 @@ has been split out into the protobuf-c-rpc project."
8HOMEPAGE = "https://github.com/protobuf-c/protobuf-c" 8HOMEPAGE = "https://github.com/protobuf-c/protobuf-c"
9SECTION = "console/tools" 9SECTION = "console/tools"
10LICENSE = "BSD-2-Clause" 10LICENSE = "BSD-2-Clause"
11LIC_FILES_CHKSUM = "file://LICENSE;md5=9f725889e0d77383e26cb42b0b62cea2" 11LIC_FILES_CHKSUM = "file://LICENSE;md5=d11077c6a2b5d2e64b9f32b61a9b78ba"
12 12
13DEPENDS = "protobuf-native protobuf" 13DEPENDS = "protobuf-native protobuf"
14 14
15SRC_URI = "git://github.com/protobuf-c/protobuf-c.git;branch=next;protocol=https" 15SRC_URI = "git://github.com/protobuf-c/protobuf-c.git;branch=next;protocol=https"
16SRC_URI:append:class-native = " file://0001-Makefile.am-do-not-compile-the-code-which-was-genera.patch" 16SRC_URI:append:class-native = " file://0001-Makefile.am-do-not-compile-the-code-which-was-genera.patch"
17 17
18SRCREV = "ba4c55f0e686e0252c451f7163ab529e4b36831a" 18SRCREV = "8c201f6e47a53feaab773922a743091eb6c8972a"
19 19
20S = "${WORKDIR}/git" 20S = "${WORKDIR}/git"
21 21