diff options
Diffstat (limited to 'meta-oe/recipes-crypto')
-rw-r--r-- | meta-oe/recipes-crypto/libsodium/libsodium_1.0.19.bb (renamed from meta-oe/recipes-crypto/libsodium/libsodium_1.0.18.bb) | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta-oe/recipes-crypto/libsodium/libsodium_1.0.18.bb b/meta-oe/recipes-crypto/libsodium/libsodium_1.0.19.bb index 53b3ddc26f..824ac45c87 100644 --- a/meta-oe/recipes-crypto/libsodium/libsodium_1.0.18.bb +++ b/meta-oe/recipes-crypto/libsodium/libsodium_1.0.19.bb | |||
@@ -2,12 +2,12 @@ SUMMARY = "The Sodium crypto library" | |||
2 | HOMEPAGE = "http://libsodium.org/" | 2 | HOMEPAGE = "http://libsodium.org/" |
3 | BUGTRACKER = "https://github.com/jedisct1/libsodium/issues" | 3 | BUGTRACKER = "https://github.com/jedisct1/libsodium/issues" |
4 | LICENSE = "ISC" | 4 | LICENSE = "ISC" |
5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=47203c753972e855179dfffe15188bee" | 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=49ce3b426e6a002e23a1387248e6dbe9" |
6 | 6 | ||
7 | SRC_URI = "https://download.libsodium.org/libsodium/releases/${BPN}-${PV}.tar.gz" | 7 | SRC_URI = "https://download.libsodium.org/libsodium/releases/${BPN}-${PV}.tar.gz" |
8 | SRC_URI[md5sum] = "3ca9ebc13b6b4735acae0a6a4c4f9a95" | 8 | SRC_URI[sha256sum] = "018d79fe0a045cca07331d37bd0cb57b2e838c51bc48fd837a1472e50068bbea" |
9 | SRC_URI[sha256sum] = "6f504490b342a4f8a4c4a02fc9b866cbef8622d5df4e5452b46be121e46636c1" | ||
10 | 9 | ||
11 | inherit autotools | 10 | inherit autotools |
12 | 11 | ||
12 | S = "${WORKDIR}/libsodium-stable" | ||
13 | BBCLASSEXTEND = "native nativesdk" | 13 | BBCLASSEXTEND = "native nativesdk" |