summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support
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/recipes-support
parenteebc7b3cfd23f9d2f7174b30bae19b070283bab4 (diff)
downloadmeta-openembedded-b4f223940e4673b0a6f4ee85c2341bd7703881fe.tar.gz
gnutls: sync license with oe-core
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'meta-oe/recipes-support')
-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 6fb712f52..220563f80 100644
--- a/meta-oe/recipes-support/gnutls/gnutls.inc
+++ b/meta-oe/recipes-support/gnutls/gnutls.inc
@@ -1,8 +1,16 @@
1DESCRIPTION = "GNU Transport Layer Security Library" 1DESCRIPTION = "GNU Transport Layer Security Library"
2HOMEPAGE = "http://www.gnu.org/software/gnutls/" 2HOMEPAGE = "http://www.gnu.org/software/gnutls/"
3DEPENDS = "zlib libgcrypt lzo guile-native gtk-doc" 3DEPENDS = "zlib libgcrypt lzo guile-native gtk-doc"
4LICENSE = "LGPL" 4
5LICENSE_${PN}-extra = "GPLv3" 5LICENSE = "GPLv3+ & LGPLv2.1+"
6LICENSE_${PN} = "LGPLv2.1+"
7LICENSE_${PN}-xx = "GPLv2.1+"
8LICENSE_${PN}-bin = "GPLv3+"
9LICENSE_${PN}-extra = "GPLv3+"
10LICENSE_${PN}-openssl = "GPLv3+"
11LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504 \
12 file://lib/COPYING;md5=a6f89e2100d9b6cdffcea4f398e37343 \
13 file://libextra/COPYING;md5=d32239bcb673463ab874e80d47fae504"
6 14
7SRC_URI = "ftp://ftp.gnutls.org/pub/gnutls/gnutls-${PV}.tar.bz2;name=gnutls" 15SRC_URI = "ftp://ftp.gnutls.org/pub/gnutls/gnutls-${PV}.tar.bz2;name=gnutls"
8 16