aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe
diff options
context:
space:
mode:
authorKoen Kooi <koen@dominion.thruhere.net>2011-03-24 08:24:23 +0100
committerKoen Kooi <koen@dominion.thruhere.net>2011-03-24 08:24:23 +0100
commitb4f223940e4673b0a6f4ee85c2341bd7703881fe (patch)
treecc192611d1e125e9277373095cfac063ba4b52c6 /meta-oe
parenteebc7b3cfd23f9d2f7174b30bae19b070283bab4 (diff)
downloadmeta-openembedded-contrib-b4f223940e4673b0a6f4ee85c2341bd7703881fe.tar.gz
gnutls: sync license with oe-core
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'meta-oe')
-rw-r--r--meta-oe/recipes-support/gnutls/gnutls.inc12
1 files changed, 10 insertions, 2 deletions
diff --git a/meta-oe/recipes-support/gnutls/gnutls.inc b/meta-oe/recipes-support/gnutls/gnutls.inc
index 6fb712f52d..220563f802 100644
--- a/meta-oe/recipes-support/gnutls/gnutls.inc
+++ b/meta-oe/recipes-support/gnutls/gnutls.inc
@@ -1,8 +1,16 @@
DESCRIPTION = "GNU Transport Layer Security Library"
HOMEPAGE = "http://www.gnu.org/software/gnutls/"
DEPENDS = "zlib libgcrypt lzo guile-native gtk-doc"
-LICENSE = "LGPL"
-LICENSE_${PN}-extra = "GPLv3"
+
+LICENSE = "GPLv3+ & LGPLv2.1+"
+LICENSE_${PN} = "LGPLv2.1+"
+LICENSE_${PN}-xx = "GPLv2.1+"
+LICENSE_${PN}-bin = "GPLv3+"
+LICENSE_${PN}-extra = "GPLv3+"
+LICENSE_${PN}-openssl = "GPLv3+"
+LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504 \
+ file://lib/COPYING;md5=a6f89e2100d9b6cdffcea4f398e37343 \
+ file://libextra/COPYING;md5=d32239bcb673463ab874e80d47fae504"
SRC_URI = "ftp://ftp.gnutls.org/pub/gnutls/gnutls-${PV}.tar.bz2;name=gnutls"