summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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