diff options
| author | Khem Raj <raj.khem@gmail.com> | 2023-11-03 17:19:19 -0700 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2023-11-06 08:49:52 -0800 |
| commit | 294b2e9ae951e22ffe8ac5d7c8b5e2114db17b03 (patch) | |
| tree | c0406bf6abb9ef834242784113f590a796b8e93b /meta-oe/recipes-crypto/libsodium/libsodium_1.0.19.bb | |
| parent | d43a66fdc57a68faf54bf8f27d1d2f83ed452cdc (diff) | |
| download | meta-openembedded-294b2e9ae951e22ffe8ac5d7c8b5e2114db17b03.tar.gz | |
libsodium: upgrade 1.0.18 -> 1.0.19
License-Update: Copyright years changed
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-crypto/libsodium/libsodium_1.0.19.bb')
| -rw-r--r-- | meta-oe/recipes-crypto/libsodium/libsodium_1.0.19.bb | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/meta-oe/recipes-crypto/libsodium/libsodium_1.0.19.bb b/meta-oe/recipes-crypto/libsodium/libsodium_1.0.19.bb new file mode 100644 index 0000000000..824ac45c87 --- /dev/null +++ b/meta-oe/recipes-crypto/libsodium/libsodium_1.0.19.bb | |||
| @@ -0,0 +1,13 @@ | |||
| 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=49ce3b426e6a002e23a1387248e6dbe9" | ||
| 6 | |||
| 7 | SRC_URI = "https://download.libsodium.org/libsodium/releases/${BPN}-${PV}.tar.gz" | ||
| 8 | SRC_URI[sha256sum] = "018d79fe0a045cca07331d37bd0cb57b2e838c51bc48fd837a1472e50068bbea" | ||
| 9 | |||
| 10 | inherit autotools | ||
| 11 | |||
| 12 | S = "${WORKDIR}/libsodium-stable" | ||
| 13 | BBCLASSEXTEND = "native nativesdk" | ||
