summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-crypto/libsodium/libsodium_1.0.21.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-crypto/libsodium/libsodium_1.0.21.bb')
-rw-r--r--meta-oe/recipes-crypto/libsodium/libsodium_1.0.21.bb15
1 files changed, 15 insertions, 0 deletions
diff --git a/meta-oe/recipes-crypto/libsodium/libsodium_1.0.21.bb b/meta-oe/recipes-crypto/libsodium/libsodium_1.0.21.bb
new file mode 100644
index 0000000000..9f07634c41
--- /dev/null
+++ b/meta-oe/recipes-crypto/libsodium/libsodium_1.0.21.bb
@@ -0,0 +1,15 @@
1SUMMARY = "The Sodium crypto library"
2HOMEPAGE = "http://libsodium.org/"
3BUGTRACKER = "https://github.com/jedisct1/libsodium/issues"
4LICENSE = "ISC"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=4942a8ebbbc7f2212bd68a47df264a4f"
6
7SRC_URI = "https://download.libsodium.org/libsodium/releases/${BPN}-${PV}.tar.gz \
8 file://0001-Fix-compilation-with-GCC-on-aarch64.patch \
9 "
10SRC_URI[sha256sum] = "9e4285c7a419e82dedb0be63a72eea357d6943bc3e28e6735bf600dd4883feaf"
11
12
13inherit autotools
14
15BBCLASSEXTEND = "native nativesdk"