diff options
| author | Frede Hoey Braendstrup <frederikbraendstrup@gmail.com> | 2026-01-25 11:27:42 +0100 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2026-01-27 11:58:28 -0800 |
| commit | 65641760046231b29128972b4faf71a58dada91f (patch) | |
| tree | a8d8fb6c6874c2ba954433fa03eae95236fc7cf4 | |
| parent | 0e0b43c4b98464f7f0b4b264b66d105a15cbde10 (diff) | |
| download | meta-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.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 | |||
