Brad Bishop | 1932369 | 2019-04-05 15:28:33 -0400 | [diff] [blame] | 1 | SUMMARY = "The Sodium crypto library" |
| 2 | HOMEPAGE = "http://libsodium.org/" |
| 3 | BUGTRACKER = "https://github.com/jedisct1/libsodium/issues" |
| 4 | LICENSE = "ISC" |
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=47203c753972e855179dfffe15188bee" |
| 6 | |
| 7 | SRC_URI = "https://download.libsodium.org/libsodium/releases/${BPN}-${PV}.tar.gz" |
Brad Bishop | 26bdd44 | 2019-08-16 17:08:17 -0400 | [diff] [blame] | 8 | SRC_URI[md5sum] = "3ca9ebc13b6b4735acae0a6a4c4f9a95" |
| 9 | SRC_URI[sha256sum] = "6f504490b342a4f8a4c4a02fc9b866cbef8622d5df4e5452b46be121e46636c1" |
Brad Bishop | 1932369 | 2019-04-05 15:28:33 -0400 | [diff] [blame] | 10 | |
| 11 | inherit autotools |
| 12 | |
| 13 | BBCLASSEXTEND = "native nativesdk" |