summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-crypto/libsodium/libsodium_1.0.20.bb
blob: 63d21576b4bd926e7d77d0706db1afd35f184482 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
SUMMARY = "The Sodium crypto library"
HOMEPAGE = "http://libsodium.org/"
BUGTRACKER = "https://github.com/jedisct1/libsodium/issues"
LICENSE = "ISC"
LIC_FILES_CHKSUM = "file://LICENSE;md5=c59be7bb29f8e431b5f2d690b6734185"

SRC_URI = "https://download.libsodium.org/libsodium/releases/${BPN}-${PV}.tar.gz"
SRC_URI[sha256sum] = "ebb65ef6ca439333c2bb41a0c1990587288da07f6c7fd07cb3a18cc18d30ce19"

inherit autotools

BBCLASSEXTEND = "native nativesdk"