summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2025-07-31 07:29:18 +0800
committerKhem Raj <raj.khem@gmail.com>2025-07-30 16:40:03 -0700
commit6d95399fa2ace0196d15adbf59f6896ac91b677f (patch)
tree0301da57e7095d7bcc5935cdce30cebe52bdbf81
parentdfc4571996a8750b04bcabe750486726f3d41cc3 (diff)
downloadmeta-openembedded-6d95399fa2ace0196d15adbf59f6896ac91b677f.tar.gz
qcbor: upgrade 1.4.1 -> 1.5.3
License-Update: The last two lines of the BSD license omitted by accident are put back. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-oe/recipes-extended/qcbor/qcbor_1.5.3.bb (renamed from meta-oe/recipes-extended/qcbor/qcbor_1.4.1.bb)6
1 files changed, 3 insertions, 3 deletions
diff --git a/meta-oe/recipes-extended/qcbor/qcbor_1.4.1.bb b/meta-oe/recipes-extended/qcbor/qcbor_1.5.3.bb
index 00cae11c4e..014aa1776e 100644
--- a/meta-oe/recipes-extended/qcbor/qcbor_1.4.1.bb
+++ b/meta-oe/recipes-extended/qcbor/qcbor_1.5.3.bb
@@ -6,11 +6,11 @@ DESCRIPTION = " \
6HOMEPAGE = "https://github.com/laurencelundblade/QCBOR" 6HOMEPAGE = "https://github.com/laurencelundblade/QCBOR"
7 7
8LICENSE = "BSD-3-Clause" 8LICENSE = "BSD-3-Clause"
9LIC_FILES_CHKSUM = "file://LICENSE;md5=498c298542365dfcfe29948c72a5849b" 9LIC_FILES_CHKSUM = "file://LICENSE;md5=9abe2371333f4ab0e62402a486f308a5"
10 10
11SRC_URI = "git://github.com/laurencelundblade/QCBOR;protocol=https;branch=master" 11SRC_URI = "git://github.com/laurencelundblade/QCBOR;protocol=https;branch=master;tag=v${PV}"
12 12
13SRCREV = "4487f10e1bf258434fb8a39e4f59c29e31910ad0" 13SRCREV = "4ace4620d549f22c1163c5b00d3ae0c0dae1d207"
14 14
15 15
16inherit pkgconfig 16inherit pkgconfig