summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2025-03-25 17:01:16 +0800
committerKhem Raj <raj.khem@gmail.com>2025-03-25 09:33:51 -0700
commitcc099a40c68a34afea9536d496777b232977be40 (patch)
tree73190f05864c6d10454caf1ae9ed6b0af76e2998
parent8c62ec07b85eaed27b4b895166b42e811b0dadf7 (diff)
downloadmeta-openembedded-cc099a40c68a34afea9536d496777b232977be40.tar.gz
libcbor: upgrade 0.11.0 -> 0.12.0
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rwxr-xr-xmeta-oe/recipes-extended/libcbor/libcbor_0.12.0.bb (renamed from meta-oe/recipes-extended/libcbor/libcbor_0.11.0.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-extended/libcbor/libcbor_0.11.0.bb b/meta-oe/recipes-extended/libcbor/libcbor_0.12.0.bb
index 0e15393dd5..4c5eb8a640 100755
--- a/meta-oe/recipes-extended/libcbor/libcbor_0.11.0.bb
+++ b/meta-oe/recipes-extended/libcbor/libcbor_0.12.0.bb
@@ -5,7 +5,7 @@ LICENSE = "MIT"
5LIC_FILES_CHKSUM = "file://LICENSE.md;md5=6f3b3881df62ca763a02d359a6e94071" 5LIC_FILES_CHKSUM = "file://LICENSE.md;md5=6f3b3881df62ca763a02d359a6e94071"
6 6
7SRC_URI = "git://github.com/PJK/libcbor.git;protocol=https;branch=master" 7SRC_URI = "git://github.com/PJK/libcbor.git;protocol=https;branch=master"
8SRCREV = "170bee2b82cdb7b2ed25af301f62cb6efdd40ec1" 8SRCREV = "ae000f44e8d2a69e1f72a738f7c0b6b4b7cc4fbf"
9 9
10S = "${WORKDIR}/git" 10S = "${WORKDIR}/git"
11 11