diff options
Diffstat (limited to 'meta-oe/recipes-devtools/jwt-cpp')
-rw-r--r-- | meta-oe/recipes-devtools/jwt-cpp/jwt-cpp_0.7.1.bb (renamed from meta-oe/recipes-devtools/jwt-cpp/jwt-cpp_0.7.0.bb) | 3 |
1 files changed, 1 insertions, 2 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.1.bb index 19424337f7..5ad953d260 100644 --- a/meta-oe/recipes-devtools/jwt-cpp/jwt-cpp_0.7.0.bb +++ b/meta-oe/recipes-devtools/jwt-cpp/jwt-cpp_0.7.1.bb | |||
@@ -7,9 +7,8 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=8325a5ce4414c65ffdda392e0d96a9ff" | |||
7 | SRC_URI = "git://github.com/Thalhammer/jwt-cpp.git;branch=master;protocol=https \ | 7 | SRC_URI = "git://github.com/Thalhammer/jwt-cpp.git;branch=master;protocol=https \ |
8 | " | 8 | " |
9 | 9 | ||
10 | SRCREV = "08bcf77a687fb06e34138e9e9fa12a4ecbe12332" | 10 | SRCREV = "e71e0c2d584baff06925bbb3aad683f677e4d498" |
11 | 11 | ||
12 | S = "${WORKDIR}/git" | ||
13 | 12 | ||
14 | DEPENDS = "openssl" | 13 | DEPENDS = "openssl" |
15 | 14 | ||