aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-devtools/jwt-cpp/jwt-cpp_0.7.0.bb
blob: 19424337f7b6b462eec88fae22faf9c7407e28d4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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 = "08bcf77a687fb06e34138e9e9fa12a4ecbe12332"

S = "${WORKDIR}/git"

DEPENDS = "openssl"

inherit cmake

EXTRA_OECMAKE += "-DJWT_BUILD_EXAMPLES=OFF -DJWT_CMAKE_FILES_INSTALL_DIR=${libdir}/cmake/${BPN}"

BBCLASSEXTEND = "nativesdk"