mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-14 05:49:57 +00:00
jwt-cpp: upgrade 0.7.0 -> 0.7.1
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
SUMMARY = "A header only library for creating and validating json web tokens in c++"
|
||||
HOMEPAGE = "https://thalhammer.github.io/jwt-cpp/"
|
||||
SECTION = "libs"
|
||||
LICENSE = "MIT"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=8325a5ce4414c65ffdda392e0d96a9ff"
|
||||
|
||||
SRC_URI = "git://github.com/Thalhammer/jwt-cpp.git;branch=master;protocol=https \
|
||||
"
|
||||
|
||||
SRCREV = "e71e0c2d584baff06925bbb3aad683f677e4d498"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
DEPENDS = "openssl"
|
||||
|
||||
inherit cmake
|
||||
|
||||
EXTRA_OECMAKE += "-DJWT_BUILD_EXAMPLES=OFF -DJWT_CMAKE_FILES_INSTALL_DIR=${libdir}/cmake/${BPN}"
|
||||
|
||||
BBCLASSEXTEND = "nativesdk"
|
||||
Reference in New Issue
Block a user