diff options
Diffstat (limited to 'meta-oe/recipes-devtools/jwt-cpp/jwt-cpp_0.7.1.bb')
-rw-r--r-- | meta-oe/recipes-devtools/jwt-cpp/jwt-cpp_0.7.1.bb | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/meta-oe/recipes-devtools/jwt-cpp/jwt-cpp_0.7.1.bb b/meta-oe/recipes-devtools/jwt-cpp/jwt-cpp_0.7.1.bb new file mode 100644 index 0000000000..5ad953d260 --- /dev/null +++ b/meta-oe/recipes-devtools/jwt-cpp/jwt-cpp_0.7.1.bb | |||
@@ -0,0 +1,19 @@ | |||
1 | SUMMARY = "A header only library for creating and validating json web tokens in c++" | ||
2 | HOMEPAGE = "https://thalhammer.github.io/jwt-cpp/" | ||
3 | SECTION = "libs" | ||
4 | LICENSE = "MIT" | ||
5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=8325a5ce4414c65ffdda392e0d96a9ff" | ||
6 | |||
7 | SRC_URI = "git://github.com/Thalhammer/jwt-cpp.git;branch=master;protocol=https \ | ||
8 | " | ||
9 | |||
10 | SRCREV = "e71e0c2d584baff06925bbb3aad683f677e4d498" | ||
11 | |||
12 | |||
13 | DEPENDS = "openssl" | ||
14 | |||
15 | inherit cmake | ||
16 | |||
17 | EXTRA_OECMAKE += "-DJWT_BUILD_EXAMPLES=OFF -DJWT_CMAKE_FILES_INSTALL_DIR=${libdir}/cmake/${BPN}" | ||
18 | |||
19 | BBCLASSEXTEND = "nativesdk" | ||