diff options
Diffstat (limited to 'meta/recipes-connectivity/avahi/avahi_0.8.bb')
-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. |