diff options
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.bb | 15 |
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 @@ | |||
| 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=4942a8ebbbc7f2212bd68a47df264a4f" | ||
| 6 | |||
| 7 | SRC_URI = "https://download.libsodium.org/libsodium/releases/${BPN}-${PV}.tar.gz \ | ||
| 8 | file://0001-Fix-compilation-with-GCC-on-aarch64.patch \ | ||
| 9 | " | ||
| 10 | SRC_URI[sha256sum] = "9e4285c7a419e82dedb0be63a72eea357d6943bc3e28e6735bf600dd4883feaf" | ||
| 11 | |||
| 12 | |||
| 13 | inherit autotools | ||
| 14 | |||
| 15 | BBCLASSEXTEND = "native nativesdk" | ||
