From 65641760046231b29128972b4faf71a58dada91f Mon Sep 17 00:00:00 2001 From: Frede Hoey Braendstrup Date: Sun, 25 Jan 2026 11:27:42 +0100 Subject: [PATCH] cjose: Add recipe at 0.6.2.4 Signed-off-by: Frede Hoey Braendstrup Signed-off-by: Khem Raj --- meta-oe/recipes-support/cjose/cjose_0.6.2.4.bb | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 meta-oe/recipes-support/cjose/cjose_0.6.2.4.bb diff --git a/meta-oe/recipes-support/cjose/cjose_0.6.2.4.bb b/meta-oe/recipes-support/cjose/cjose_0.6.2.4.bb new file mode 100644 index 0000000000..f6a5d15a9b --- /dev/null +++ b/meta-oe/recipes-support/cjose/cjose_0.6.2.4.bb @@ -0,0 +1,14 @@ +SUMMARY = "C library implementing the Javascript Object Signing and Encryption (JOSE)" +HOMEPAGE = "https://github.com/OpenIDC/cjose" +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://LICENSE;md5=7249e2f9437adfb8c88d870438042f0e" + +SRC_URI = "git://github.com/OpenIDC/cjose;protocol=https;branch=version-0.6.2.x;tag=v${PV}" + +PV = "0.6.2.4" +SRCREV = "8d94c3ad3237ab6a83d2e92fa541542b1b92c023" + +DEPENDS = "openssl libcheck jansson" + +inherit pkgconfig autotools +