mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
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>
This commit is contained in:
parent
45672db184
commit
5231104a0a
|
|
@ -8,14 +8,14 @@ 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"
|
||||
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 = "ba4c55f0e686e0252c451f7163ab529e4b36831a"
|
||||
SRCREV = "8c201f6e47a53feaab773922a743091eb6c8972a"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user