summaryrefslogtreecommitdiffstats
path: root/recipes-support/gnutls
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2022-03-01 17:52:05 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-03-01 23:46:25 +0000
commit1402016341391e54e541eec869eaad7a42cb43c7 (patch)
tree01871aa79d7962fb02fb22e716e0cfbb60474d06 /recipes-support/gnutls
parent8492913025f1286c657a34996c02b2b4de19fb6a (diff)
downloadmeta-gplv2-1402016341391e54e541eec869eaad7a42cb43c7.tar.gz
recipes: Convert to use SPDX license names in LICENSE variables
This uses the script from OE-Core to make the conversion. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'recipes-support/gnutls')
-rw-r--r--recipes-support/gnutls/gnutls.inc10
1 files changed, 5 insertions, 5 deletions
diff --git a/recipes-support/gnutls/gnutls.inc b/recipes-support/gnutls/gnutls.inc
index 491fdbf..b22c533 100644
--- a/recipes-support/gnutls/gnutls.inc
+++ b/recipes-support/gnutls/gnutls.inc
@@ -2,11 +2,11 @@ SUMMARY = "GNU Transport Layer Security Library"
2HOMEPAGE = "http://www.gnu.org/software/gnutls/" 2HOMEPAGE = "http://www.gnu.org/software/gnutls/"
3BUGTRACKER = "https://savannah.gnu.org/support/?group=gnutls" 3BUGTRACKER = "https://savannah.gnu.org/support/?group=gnutls"
4 4
5LICENSE = "GPLv3+ & LGPLv2.1+" 5LICENSE = "GPL-3.0-or-later & LGPL-2.1-or-later"
6LICENSE:${PN} = "LGPLv2.1+" 6LICENSE:${PN} = "LGPL-2.1-or-later"
7LICENSE:${PN}-xx = "LGPLv2.1+" 7LICENSE:${PN}-xx = "LGPL-2.1-or-later"
8LICENSE:${PN}-bin = "GPLv3+" 8LICENSE:${PN}-bin = "GPL-3.0-or-later"
9LICENSE:${PN}-openssl = "GPLv3+" 9LICENSE:${PN}-OpenSSL = "GPL-3.0-or-later"
10 10
11LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504 \ 11LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504 \
12 file://COPYING.LESSER;md5=a6f89e2100d9b6cdffcea4f398e37343" 12 file://COPYING.LESSER;md5=a6f89e2100d9b6cdffcea4f398e37343"