aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/gnutls/gnutls.inc
diff options
context:
space:
mode:
authorchase maupin <chase.maupin@ti.com>2012-05-21 14:29:00 +0000
committerMartin Jansa <Martin.Jansa@gmail.com>2012-12-14 00:25:45 +0100
commit00dc03b684611e9c0ef9c12d1629b1ebe4492d34 (patch)
treeddd87645c80a578eba6f1d1d5bad137f252b6c5b /recipes/gnutls/gnutls.inc
parent86ff745847ebfcfb77730851b72a7d576422c660 (diff)
downloadopenembedded-00dc03b684611e9c0ef9c12d1629b1ebe4492d34.tar.gz
gnutls: update LICENSE setting to GPLv3 and LGPLv2.1
* Updated the LICENSE field setting based on settings in oe-core as well as code inspection. * Gave specific LICENSE versions instead of generic GPL LGPL * Bump the INC_PR Signed-off-by: Chase Maupin <Chase.Maupin@ti.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes/gnutls/gnutls.inc')
-rw-r--r--recipes/gnutls/gnutls.inc10
1 files changed, 7 insertions, 3 deletions
diff --git a/recipes/gnutls/gnutls.inc b/recipes/gnutls/gnutls.inc
index 6fb712f52d..a8e1e0d720 100644
--- a/recipes/gnutls/gnutls.inc
+++ b/recipes/gnutls/gnutls.inc
@@ -1,14 +1,18 @@
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 = "LGPLv2.1+"
+LICENSE_${PN}-bin = "GPLv3+"
+LICENSE_${PN}-extra = "GPLv3+"
+LICENSE_${PN}-openssl = "GPLv3+"
SRC_URI = "ftp://ftp.gnutls.org/pub/gnutls/gnutls-${PV}.tar.bz2;name=gnutls"
inherit autotools binconfig pkgconfig gettext
-INC_PR = "r11"
+INC_PR = "r12"
EXTRA_OECONF = "--with-included-opencdk --with-included-libtasn1 --disable-rpath"