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