diff options
| -rw-r--r-- | meta-oe/recipes-support/cjose/cjose_0.6.2.4.bb | 14 |
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 @@ | |||
| 1 | SUMMARY = "C library implementing the Javascript Object Signing and Encryption (JOSE)" | ||
| 2 | HOMEPAGE = "https://github.com/OpenIDC/cjose" | ||
| 3 | LICENSE = "MIT" | ||
| 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=7249e2f9437adfb8c88d870438042f0e" | ||
| 5 | |||
| 6 | SRC_URI = "git://github.com/OpenIDC/cjose;protocol=https;branch=version-0.6.2.x;tag=v${PV}" | ||
| 7 | |||
| 8 | PV = "0.6.2.4" | ||
| 9 | SRCREV = "8d94c3ad3237ab6a83d2e92fa541542b1b92c023" | ||
| 10 | |||
| 11 | DEPENDS = "openssl libcheck jansson" | ||
| 12 | |||
| 13 | inherit pkgconfig autotools | ||
| 14 | |||
