diff options
author | Wang Mingyu <wangmy@fujitsu.com> | 2025-07-31 07:29:18 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2025-07-30 16:40:03 -0700 |
commit | 6d95399fa2ace0196d15adbf59f6896ac91b677f (patch) | |
tree | 0301da57e7095d7bcc5935cdce30cebe52bdbf81 | |
parent | dfc4571996a8750b04bcabe750486726f3d41cc3 (diff) | |
download | meta-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 = " \ | |||
6 | HOMEPAGE = "https://github.com/laurencelundblade/QCBOR" | 6 | HOMEPAGE = "https://github.com/laurencelundblade/QCBOR" |
7 | 7 | ||
8 | LICENSE = "BSD-3-Clause" | 8 | LICENSE = "BSD-3-Clause" |
9 | LIC_FILES_CHKSUM = "file://LICENSE;md5=498c298542365dfcfe29948c72a5849b" | 9 | LIC_FILES_CHKSUM = "file://LICENSE;md5=9abe2371333f4ab0e62402a486f308a5" |
10 | 10 | ||
11 | SRC_URI = "git://github.com/laurencelundblade/QCBOR;protocol=https;branch=master" | 11 | SRC_URI = "git://github.com/laurencelundblade/QCBOR;protocol=https;branch=master;tag=v${PV}" |
12 | 12 | ||
13 | SRCREV = "4487f10e1bf258434fb8a39e4f59c29e31910ad0" | 13 | SRCREV = "4ace4620d549f22c1163c5b00d3ae0c0dae1d207" |
14 | 14 | ||
15 | 15 | ||
16 | inherit pkgconfig | 16 | inherit pkgconfig |