diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-02-18 17:15:36 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-02-20 16:45:25 +0000 |
commit | b0130fcf91daee0d905af755302fabe608da141c (patch) | |
tree | 7f69e68dff017ef101adcaf4120c4e4eeb344f0f /meta/recipes-connectivity/avahi | |
parent | 301d24952e7f73d6e67a56b0960fa9a207abfdd1 (diff) | |
download | poky-b0130fcf91daee0d905af755302fabe608da141c.tar.gz |
meta/meta-selftest/meta-skeleton: Update LICENSE variable to use SPDX license identifiers
An automated conversion using scripts/contrib/convert-spdx-licenses.py to
convert to use the standard SPDX license identifiers. Two recipes in meta-selftest
were not converted as they're that way specifically for testing. A change in
linux-firmware was also skipped and may need a more manual tweak.
(From OE-Core rev: ceda3238cdbf1beb216ae9ddb242470d5dfc25e0)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-connectivity/avahi')
-rw-r--r-- | meta/recipes-connectivity/avahi/avahi_0.8.bb | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/meta/recipes-connectivity/avahi/avahi_0.8.bb b/meta/recipes-connectivity/avahi/avahi_0.8.bb index 4b15d11b61..cc143ac490 100644 --- a/meta/recipes-connectivity/avahi/avahi_0.8.bb +++ b/meta/recipes-connectivity/avahi/avahi_0.8.bb | |||
@@ -12,7 +12,7 @@ SECTION = "network" | |||
12 | 12 | ||
13 | # major part is under LGPLv2.1+, but several .dtd, .xsl, initscripts and | 13 | # major part is under LGPLv2.1+, but several .dtd, .xsl, initscripts and |
14 | # python scripts are under GPLv2+ | 14 | # python scripts are under GPLv2+ |
15 | LICENSE = "GPLv2+ & LGPLv2.1+" | 15 | LICENSE = "GPL-2.0-or-later & LGPL-2.1-or-later" |
16 | LIC_FILES_CHKSUM = "file://LICENSE;md5=2d5025d4aa3495befef8f17206a5b0a1 \ | 16 | LIC_FILES_CHKSUM = "file://LICENSE;md5=2d5025d4aa3495befef8f17206a5b0a1 \ |
17 | file://avahi-common/address.h;endline=25;md5=b1d1d2cda1c07eb848ea7d6215712d9d \ | 17 | file://avahi-common/address.h;endline=25;md5=b1d1d2cda1c07eb848ea7d6215712d9d \ |
18 | file://avahi-core/dns.h;endline=23;md5=6fe82590b81aa0ddea5095b548e2fdcb \ | 18 | file://avahi-core/dns.h;endline=23;md5=6fe82590b81aa0ddea5095b548e2fdcb \ |
@@ -109,15 +109,15 @@ FILES:avahi-discover = "${datadir}/applications/avahi-discover.desktop \ | |||
109 | ${bindir}/avahi-discover-standalone \ | 109 | ${bindir}/avahi-discover-standalone \ |
110 | " | 110 | " |
111 | 111 | ||
112 | LICENSE:libavahi-gobject = "LGPLv2.1+" | 112 | LICENSE:libavahi-gobject = "LGPL-2.1-or-later" |
113 | LICENSE:avahi-daemon = "LGPLv2.1+" | 113 | LICENSE:avahi-daemon = "LGPL-2.1-or-later" |
114 | LICENSE:libavahi-common = "LGPLv2.1+" | 114 | LICENSE:libavahi-common = "LGPL-2.1-or-later" |
115 | LICENSE:libavahi-core = "LGPLv2.1+" | 115 | LICENSE:libavahi-core = "LGPL-2.1-or-later" |
116 | LICENSE:libavahi-client = "LGPLv2.1+" | 116 | LICENSE:libavahi-client = "LGPL-2.1-or-later" |
117 | LICENSE:avahi-dnsconfd = "LGPLv2.1+" | 117 | LICENSE:avahi-dnsconfd = "LGPL-2.1-or-later" |
118 | LICENSE:libavahi-glib = "LGPLv2.1+" | 118 | LICENSE:libavahi-glib = "LGPL-2.1-or-later" |
119 | LICENSE:avahi-autoipd = "LGPLv2.1+" | 119 | LICENSE:avahi-autoipd = "LGPL-2.1-or-later" |
120 | LICENSE:avahi-utils = "LGPLv2.1+" | 120 | LICENSE:avahi-utils = "LGPL-2.1-or-later" |
121 | 121 | ||
122 | # As avahi doesn't put any files into PN, clear the files list to avoid problems | 122 | # As avahi doesn't put any files into PN, clear the files list to avoid problems |
123 | # if extra libraries appear. | 123 | # if extra libraries appear. |