From 77873157088754190e217e1432eaffc1ddc42a79 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Thu, 9 Apr 2026 18:31:54 +0800 Subject: libcbor: upgrade 0.13.0 -> 0.14.0 Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- meta-oe/recipes-extended/libcbor/libcbor_0.13.0.bb | 13 ------------- meta-oe/recipes-extended/libcbor/libcbor_0.14.0.bb | 13 +++++++++++++ 2 files changed, 13 insertions(+), 13 deletions(-) delete mode 100755 meta-oe/recipes-extended/libcbor/libcbor_0.13.0.bb create mode 100755 meta-oe/recipes-extended/libcbor/libcbor_0.14.0.bb diff --git a/meta-oe/recipes-extended/libcbor/libcbor_0.13.0.bb b/meta-oe/recipes-extended/libcbor/libcbor_0.13.0.bb deleted file mode 100755 index 3bed8a6e72..0000000000 --- a/meta-oe/recipes-extended/libcbor/libcbor_0.13.0.bb +++ /dev/null @@ -1,13 +0,0 @@ -SUMMARY = "library for CBOR" -DESCRIPTION = "C library for parsing and generating CBOR, the general-purpose schema-less binary data format." - -LICENSE = "MIT" -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" - -inherit cmake - -EXTRA_OECMAKE += "-DCMAKE_BUILD_TYPE=Release -DBUILD_SHARED_LIBS:BOOL=ON" diff --git a/meta-oe/recipes-extended/libcbor/libcbor_0.14.0.bb b/meta-oe/recipes-extended/libcbor/libcbor_0.14.0.bb new file mode 100755 index 0000000000..7d65688384 --- /dev/null +++ b/meta-oe/recipes-extended/libcbor/libcbor_0.14.0.bb @@ -0,0 +1,13 @@ +SUMMARY = "library for CBOR" +DESCRIPTION = "C library for parsing and generating CBOR, the general-purpose schema-less binary data format." + +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://LICENSE.md;md5=6f3b3881df62ca763a02d359a6e94071" + +SRC_URI = "git://github.com/PJK/libcbor.git;protocol=https;branch=master;tag=v${PV}" + +SRCREV = "6730c20ab487c0b4dc5fb3fea918937085355bac" + +inherit cmake + +EXTRA_OECMAKE += "-DCMAKE_BUILD_TYPE=Release -DBUILD_SHARED_LIBS:BOOL=ON" -- cgit v1.2.3-54-g00ecf