aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/gnutls/gnutls.inc
diff options
context:
space:
mode:
authorChase Maupin <Chase.Maupin@ti.com>2012-05-10 15:53:34 -0500
committerChase Maupin <Chase.Maupin@ti.com>2012-05-21 09:04:23 -0500
commite94f0fae6a1382a31ade3a7288cfd8c88b3c1666 (patch)
treee0ad1ec7a54aa98eb2769f9a8363cc27c068a223 /recipes/gnutls/gnutls.inc
parent36a56cbb69cda0c89f478e01183d61c6a66525c9 (diff)
downloadopenembedded-e94f0fae6a1382a31ade3a7288cfd8c88b3c1666.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>
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"