mirror of
https://github.com/thead-yocto-mirror/meta-openembedded
synced 2026-09-16 12:12:16 +02:00
The LICENSE file checksum changed due to copyright year update. See:
78d0770122 (diff-9879d6db96fd29134fc802214163b95a)
Signed-off-by: Philip Balister <philip@balister.org>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
11 lines
405 B
BlitzBasic
11 lines
405 B
BlitzBasic
SUMMARY = "The Sodium crypto library"
|
|
HOMEPAGE = "http://libsodium.org/"
|
|
LICENSE = "ISC"
|
|
LIC_FILES_CHKSUM = "file://LICENSE;md5=2278eb2755b451372dde7ffeae8cde98"
|
|
|
|
SRC_URI = "https://download.libsodium.org/libsodium/releases/${BPN}-${PV}.tar.gz"
|
|
SRC_URI[md5sum] = "ea89dcbbda0b2b6ff6a1c476231870dd"
|
|
SRC_URI[sha256sum] = "71b786a96dd03693672b0ca3eb77f4fb08430df307051c0d45df5353d22bc4be"
|
|
|
|
inherit autotools
|