mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-04-02 02:49:12 +00:00
Add also native class to support building the library for the host system to use it e.g. with the newer dynamic SDK. Signed-off-by: Adrian Freihofer <adrian.freihofer@siemens.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
20 lines
574 B
BlitzBasic
20 lines
574 B
BlitzBasic
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;tag=v${PV} \
|
|
"
|
|
|
|
SRCREV = "b0ea29a58fc852a67d4e896d266880c2c63b0c4c"
|
|
|
|
|
|
DEPENDS = "openssl"
|
|
|
|
inherit cmake
|
|
|
|
EXTRA_OECMAKE += "-DJWT_BUILD_EXAMPLES=OFF -DJWT_CMAKE_FILES_INSTALL_DIR=${libdir}/cmake/${BPN}"
|
|
|
|
BBCLASSEXTEND = "native nativesdk"
|