From 5231104a0a650d5385201da4f1f2d1228cd36ce0 Mon Sep 17 00:00:00 2001 From: Peter Marko Date: Wed, 3 Jan 2024 10:39:43 +0100 Subject: 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 Signed-off-by: Khem Raj --- .../recipes-devtools/protobuf/protobuf-c_1.4.1.bb | 38 ---------------------- .../recipes-devtools/protobuf/protobuf-c_1.5.0.bb | 38 ++++++++++++++++++++++ 2 files changed, 38 insertions(+), 38 deletions(-) delete mode 100644 meta-oe/recipes-devtools/protobuf/protobuf-c_1.4.1.bb create mode 100644 meta-oe/recipes-devtools/protobuf/protobuf-c_1.5.0.bb diff --git a/meta-oe/recipes-devtools/protobuf/protobuf-c_1.4.1.bb b/meta-oe/recipes-devtools/protobuf/protobuf-c_1.4.1.bb deleted file mode 100644 index 1d9ca9daae..0000000000 --- a/meta-oe/recipes-devtools/protobuf/protobuf-c_1.4.1.bb +++ /dev/null @@ -1,38 +0,0 @@ -SUMMARY = "Protocol Buffers - structured data serialisation mechanism" -DESCRIPTION = "This is protobuf-c, a C implementation of the Google Protocol Buffers data \ -serialization format. It includes libprotobuf-c, a pure C library that \ -implements protobuf encoding and decoding, and protoc-c, a code generator that \ -converts Protocol Buffer .proto files to C descriptor code, based on the \ -original protoc. protobuf-c formerly included an RPC implementation; that code \ -has been split out into the protobuf-c-rpc project." -HOMEPAGE = "https://github.com/protobuf-c/protobuf-c" -SECTION = "console/tools" -LICENSE = "BSD-2-Clause" -LIC_FILES_CHKSUM = "file://LICENSE;md5=9f725889e0d77383e26cb42b0b62cea2" - -DEPENDS = "protobuf-native protobuf" - -SRC_URI = "git://github.com/protobuf-c/protobuf-c.git;branch=next;protocol=https" -SRC_URI:append:class-native = " file://0001-Makefile.am-do-not-compile-the-code-which-was-genera.patch" - -SRCREV = "ba4c55f0e686e0252c451f7163ab529e4b36831a" - -S = "${WORKDIR}/git" - -inherit autotools pkgconfig - -export PROTOC = "${STAGING_BINDIR_NATIVE}/protoc" - -# After several fix attempts there is still a race between generating -# t.test-full.pb.h and compiling cxx_generate_packed_data.c despite -# BUILT_SOURCES and explicit dependencies. -PARALLEL_MAKE = "" - -PACKAGE_BEFORE_PN = "${PN}-compiler" - -FILES:${PN}-compiler = "${bindir}" - -RDEPENDS:${PN}-compiler = "protobuf-compiler" -RDEPENDS:${PN}-dev += "${PN}-compiler" - -BBCLASSEXTEND = "native nativesdk" diff --git a/meta-oe/recipes-devtools/protobuf/protobuf-c_1.5.0.bb b/meta-oe/recipes-devtools/protobuf/protobuf-c_1.5.0.bb new file mode 100644 index 0000000000..545618a4ec --- /dev/null +++ b/meta-oe/recipes-devtools/protobuf/protobuf-c_1.5.0.bb @@ -0,0 +1,38 @@ +SUMMARY = "Protocol Buffers - structured data serialisation mechanism" +DESCRIPTION = "This is protobuf-c, a C implementation of the Google Protocol Buffers data \ +serialization format. It includes libprotobuf-c, a pure C library that \ +implements protobuf encoding and decoding, and protoc-c, a code generator that \ +converts Protocol Buffer .proto files to C descriptor code, based on the \ +original protoc. protobuf-c formerly included an RPC implementation; that code \ +has been split out into the protobuf-c-rpc project." +HOMEPAGE = "https://github.com/protobuf-c/protobuf-c" +SECTION = "console/tools" +LICENSE = "BSD-2-Clause" +LIC_FILES_CHKSUM = "file://LICENSE;md5=d11077c6a2b5d2e64b9f32b61a9b78ba" + +DEPENDS = "protobuf-native protobuf" + +SRC_URI = "git://github.com/protobuf-c/protobuf-c.git;branch=next;protocol=https" +SRC_URI:append:class-native = " file://0001-Makefile.am-do-not-compile-the-code-which-was-genera.patch" + +SRCREV = "8c201f6e47a53feaab773922a743091eb6c8972a" + +S = "${WORKDIR}/git" + +inherit autotools pkgconfig + +export PROTOC = "${STAGING_BINDIR_NATIVE}/protoc" + +# After several fix attempts there is still a race between generating +# t.test-full.pb.h and compiling cxx_generate_packed_data.c despite +# BUILT_SOURCES and explicit dependencies. +PARALLEL_MAKE = "" + +PACKAGE_BEFORE_PN = "${PN}-compiler" + +FILES:${PN}-compiler = "${bindir}" + +RDEPENDS:${PN}-compiler = "protobuf-compiler" +RDEPENDS:${PN}-dev += "${PN}-compiler" + +BBCLASSEXTEND = "native nativesdk" -- cgit v1.2.3-54-g00ecf