From 77873157088754190e217e1432eaffc1ddc42a79 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Thu, 9 Apr 2026 18:31:54 +0800 Subject: [PATCH] libcbor: upgrade 0.13.0 -> 0.14.0 Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../libcbor/{libcbor_0.13.0.bb => libcbor_0.14.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-extended/libcbor/{libcbor_0.13.0.bb => libcbor_0.14.0.bb} (88%) diff --git a/meta-oe/recipes-extended/libcbor/libcbor_0.13.0.bb b/meta-oe/recipes-extended/libcbor/libcbor_0.14.0.bb similarity index 88% rename from meta-oe/recipes-extended/libcbor/libcbor_0.13.0.bb rename to 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" SRC_URI = "git://github.com/PJK/libcbor.git;protocol=https;branch=master;tag=v${PV}" -SRCREV = "9826a4315116a588f7416912db9da6fcecd8da11" +SRCREV = "6730c20ab487c0b4dc5fb3fea918937085355bac" inherit cmake