summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2026-04-09 18:31:54 +0800
committerKhem Raj <khem.raj@oss.qualcomm.com>2026-04-10 07:59:53 -0700
commit77873157088754190e217e1432eaffc1ddc42a79 (patch)
treed967b23224b1924da74d6f1705b25b9062e699da
parent92356431b9eaf04710fbee6069fb1ade0c4064a0 (diff)
downloadmeta-openembedded-77873157088754190e217e1432eaffc1ddc42a79.tar.gz
libcbor: upgrade 0.13.0 -> 0.14.0
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
-rwxr-xr-xmeta-oe/recipes-extended/libcbor/libcbor_0.14.0.bb (renamed from meta-oe/recipes-extended/libcbor/libcbor_0.13.0.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-extended/libcbor/libcbor_0.13.0.bb b/meta-oe/recipes-extended/libcbor/libcbor_0.14.0.bb
index 3bed8a6e72..7d65688384 100755
--- a/meta-oe/recipes-extended/libcbor/libcbor_0.13.0.bb
+++ b/meta-oe/recipes-extended/libcbor/libcbor_0.14.0.bb
@@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://LICENSE.md;md5=6f3b3881df62ca763a02d359a6e94071"
6 6
7SRC_URI = "git://github.com/PJK/libcbor.git;protocol=https;branch=master;tag=v${PV}" 7SRC_URI = "git://github.com/PJK/libcbor.git;protocol=https;branch=master;tag=v${PV}"
8 8
9SRCREV = "9826a4315116a588f7416912db9da6fcecd8da11" 9SRCREV = "6730c20ab487c0b4dc5fb3fea918937085355bac"
10 10
11inherit cmake 11inherit cmake
12 12