mirror of
https://git.yoctoproject.org/poky
synced 2026-05-08 17:19:20 +00:00
libksba: Update to 1.3.0
Licensing files changes from 1 COPYING to be split. The Code is marked LGPLv3 or GPLv2 or both in parallel (From OE-Core rev: 96a29f346f89641eaccdb740e4d21cc4f732768d) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
3f42e20742
commit
34626c4880
@@ -1,14 +0,0 @@
|
||||
DESCRIPTION = "Libksba provides an easy API to create and parse X.509 and CMS related objects."
|
||||
HOMEPAGE = "http://www.gnupg.org/related_software/libksba/"
|
||||
LICENSE = "GPLv3"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=f27defe1e96c2e1ecd4e0c9be8967949"
|
||||
PR = "r1"
|
||||
|
||||
DEPENDS = "libgpg-error"
|
||||
|
||||
inherit autotools binconfig
|
||||
|
||||
SRC_URI = "ftp://ftp.gnupg.org/gcrypt/${BPN}/${BPN}-${PV}.tar.bz2"
|
||||
|
||||
SRC_URI[md5sum] = "e797f370b69b4dc776499d6a071ae137"
|
||||
SRC_URI[sha256sum] = "09afce65b03d027cbec10d21464f4f651cdfd269e38b404f83e48d3e2a3c934b"
|
||||
@@ -0,0 +1,18 @@
|
||||
DESCRIPTION = "Libksba provides an easy API to create and parse X.509 and CMS related objects."
|
||||
HOMEPAGE = "http://www.gnupg.org/related_software/libksba/"
|
||||
LICENSE = "GPLv2+ | LGPLv3+ | GPLv3+"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=fd541d83f75d038c4e0617b672ed8bda \
|
||||
file://COPYING.GPLv2;md5=b234ee4d69f5fce4486a80fdaf4a4263 \
|
||||
file://COPYING.GPLv3;md5=2f31b266d3440dd7ee50f92cf67d8e6c \
|
||||
file://COPYING.LGPLv3;md5=e6a600fd5e1d9cbde2d983680233ad02 \
|
||||
"
|
||||
PR = "r0"
|
||||
|
||||
DEPENDS = "libgpg-error"
|
||||
|
||||
inherit autotools binconfig
|
||||
|
||||
SRC_URI = "ftp://ftp.gnupg.org/gcrypt/${BPN}/${BPN}-${PV}.tar.bz2"
|
||||
|
||||
SRC_URI[md5sum] = "cd86fad9c9d360b2cf80449f8a4a4075"
|
||||
SRC_URI[sha256sum] = "5a61eed50550d4d0dcb47457ce7b6a90f8e719d42a3b25f7e79333e8cd721971"
|
||||
Reference in New Issue
Block a user