mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-04-02 02:49:12 +00:00
There is no need to set PV since the version is in the recipe file name. Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
14 lines
436 B
BlitzBasic
14 lines
436 B
BlitzBasic
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}"
|
|
|
|
SRCREV = "8d94c3ad3237ab6a83d2e92fa541542b1b92c023"
|
|
|
|
DEPENDS = "openssl libcheck jansson"
|
|
|
|
inherit pkgconfig autotools
|
|
|