summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/libksba/libksba_1.3.5.bb
diff options
context:
space:
mode:
authorAlexander Hirsch <alexander.hirsch@gin.de>2019-11-01 12:47:16 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2019-11-04 13:39:05 +0000
commit03a790db5582b73fa8e5b2de7a83b9d1422832e4 (patch)
treeee8744b0e2fe2c76a7e0739ba9435b52bd3c9177 /meta/recipes-support/libksba/libksba_1.3.5.bb
parent222f6b33198011eba755b9e06dff39c548b39d14 (diff)
downloadpoky-03a790db5582b73fa8e5b2de7a83b9d1422832e4.tar.gz
libksba: Fix license specification
The tools (e.g. build system, tests) & manual are licensed as GPLv3+ and the library itself is GPLv2+ | LGPLv3+. This is documented in libksba/AUTHORS: https://git.gnupg.org/cgi-bin/gitweb.cgi?p=libksba.git;a=blob;f=AUTHORS;h=c161951281f2a432ad0ff112111f70a83e1d93fa;hb=3df0cd32e3b21b7da96a93d1f84d6cb6a77b89be (From OE-Core rev: eabbd74c19a6928d00d054422d051d25d4b31f0c) Signed-off-by: Alexander Hirsch <alexander.hirsch@gin.de> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support/libksba/libksba_1.3.5.bb')
-rw-r--r--meta/recipes-support/libksba/libksba_1.3.5.bb4
1 files changed, 3 insertions, 1 deletions
diff --git a/meta/recipes-support/libksba/libksba_1.3.5.bb b/meta/recipes-support/libksba/libksba_1.3.5.bb
index a7ea53fed0..4deda1843f 100644
--- a/meta/recipes-support/libksba/libksba_1.3.5.bb
+++ b/meta/recipes-support/libksba/libksba_1.3.5.bb
@@ -1,6 +1,8 @@
1SUMMARY = "Easy API to create and parse X.509 and CMS related objects" 1SUMMARY = "Easy API to create and parse X.509 and CMS related objects"
2HOMEPAGE = "http://www.gnupg.org/related_software/libksba/" 2HOMEPAGE = "http://www.gnupg.org/related_software/libksba/"
3LICENSE = "GPLv2+ | LGPLv3+ | GPLv3+" 3LICENSE = "GPLv3+ & (GPLv2+ | LGPLv3+)"
4LICENSE_${PN} = "GPLv2+ | LGPLv3+"
5LICENSE_${PN}-doc = "GPLv3+"
4LIC_FILES_CHKSUM = "file://COPYING;md5=fd541d83f75d038c4e0617b672ed8bda \ 6LIC_FILES_CHKSUM = "file://COPYING;md5=fd541d83f75d038c4e0617b672ed8bda \
5 file://COPYING.GPLv2;md5=b234ee4d69f5fce4486a80fdaf4a4263 \ 7 file://COPYING.GPLv2;md5=b234ee4d69f5fce4486a80fdaf4a4263 \
6 file://COPYING.GPLv3;md5=2f31b266d3440dd7ee50f92cf67d8e6c \ 8 file://COPYING.GPLv3;md5=2f31b266d3440dd7ee50f92cf67d8e6c \