mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-04 14:39:54 +00:00
libsodium: Update to 1.0.10.
The LICENSE file checksum changed due to copyright year update. See: https://github.com/jedisct1/libsodium/commit/78d07701229d94ce48c74048f47e378937582ba5#diff-9879d6db96fd29134fc802214163b95a Signed-off-by: Philip Balister <philip@balister.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
committed by
Martin Jansa
parent
d0c4bdc2fa
commit
74466fce30
@@ -0,0 +1,10 @@
|
||||
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
|
||||
@@ -1,11 +0,0 @@
|
||||
SUMMARY = "The Sodium crypto library"
|
||||
HOMEPAGE = "http://libsodium.org/"
|
||||
LICENSE = "ISC"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=092a09b78c3be486fac807435bf17b7a"
|
||||
|
||||
SRC_URI = "https://download.libsodium.org/libsodium/releases/${BPN}-${PV}.tar.gz"
|
||||
|
||||
SRC_URI[md5sum] = "0a66b86fd3aab3fe4c858edcd2772760"
|
||||
SRC_URI[sha256sum] = "c0f191d2527852641e0a996b7b106d2e04cbc76ea50731b2d0babd3409301926"
|
||||
|
||||
inherit autotools
|
||||
Reference in New Issue
Block a user