summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrede Hoey Braendstrup <frederikbraendstrup@gmail.com>2026-01-25 11:27:42 +0100
committerKhem Raj <raj.khem@gmail.com>2026-01-27 11:58:28 -0800
commit65641760046231b29128972b4faf71a58dada91f (patch)
treea8d8fb6c6874c2ba954433fa03eae95236fc7cf4
parent0e0b43c4b98464f7f0b4b264b66d105a15cbde10 (diff)
downloadmeta-openembedded-65641760046231b29128972b4faf71a58dada91f.tar.gz
cjose: Add recipe at 0.6.2.4
Signed-off-by: Frede Hoey Braendstrup <frederikbraendstrup@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-oe/recipes-support/cjose/cjose_0.6.2.4.bb14
1 files changed, 14 insertions, 0 deletions
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 @@
1SUMMARY = "C library implementing the Javascript Object Signing and Encryption (JOSE)"
2HOMEPAGE = "https://github.com/OpenIDC/cjose"
3LICENSE = "MIT"
4LIC_FILES_CHKSUM = "file://LICENSE;md5=7249e2f9437adfb8c88d870438042f0e"
5
6SRC_URI = "git://github.com/OpenIDC/cjose;protocol=https;branch=version-0.6.2.x;tag=v${PV}"
7
8PV = "0.6.2.4"
9SRCREV = "8d94c3ad3237ab6a83d2e92fa541542b1b92c023"
10
11DEPENDS = "openssl libcheck jansson"
12
13inherit pkgconfig autotools
14