summaryrefslogtreecommitdiffstats
path: root/meta/recipes-connectivity/avahi
diff options
context:
space:
mode:
authorMatthew <matthew.zeng@windriver.com>2020-03-27 12:43:18 -0400
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-03-29 20:04:10 +0100
commit2e7a995bbf4ca3b1ee67a4a0bb482126a746768c (patch)
treea8de689cc20d50ffef7d754404065500ae2eb26f /meta/recipes-connectivity/avahi
parent46d0202e51b919234bfb1ccc9089e4534a0f4e18 (diff)
downloadpoky-2e7a995bbf4ca3b1ee67a4a0bb482126a746768c.tar.gz
avahi: add LICENSE for individual packages
Fixes [YOCTO #13609] avahi_0.7.bb defines 9 PACKAGES. However, avahi.inc generically sets LICENSE to "GPLv2+ & LGPLv2.1+". The library specific packages should be LGPLv2.1+ only. (From OE-Core rev: bd10fa54a94e9ae44defddae573ce67d33a11979) Signed-off-by: Matthew Zeng <matthew.zeng@windriver.com> 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.7.bb10
1 files changed, 10 insertions, 0 deletions
diff --git a/meta/recipes-connectivity/avahi/avahi_0.7.bb b/meta/recipes-connectivity/avahi/avahi_0.7.bb
index 2e04d304c7..24523c7f81 100644
--- a/meta/recipes-connectivity/avahi/avahi_0.7.bb
+++ b/meta/recipes-connectivity/avahi/avahi_0.7.bb
@@ -10,6 +10,16 @@ inherit update-rc.d systemd useradd
10 10
11PACKAGES =+ "libavahi-gobject avahi-daemon libavahi-common libavahi-core libavahi-client avahi-dnsconfd libavahi-glib avahi-autoipd avahi-utils" 11PACKAGES =+ "libavahi-gobject avahi-daemon libavahi-common libavahi-core libavahi-client avahi-dnsconfd libavahi-glib avahi-autoipd avahi-utils"
12 12
13LICENSE_libavahi-gobject = "LGPLv2.1+"
14LICENSE_avahi-daemon = "LGPLv2.1+"
15LICENSE_libavahi-common = "LGPLv2.1+"
16LICENSE_libavahi-core = "LGPLv2.1+"
17LICENSE_avahi-client = "LGPLv2.1+"
18LICENSE_avahi-dnsconfd = "LGPLv2.1+"
19LICENSE_libavahi-glib = "LGPLv2.1+"
20LICENSE_avahi-autoipd = "LGPLv2.1+"
21LICENSE_avahi-utils = "LGPLv2.1+"
22
13# As avahi doesn't put any files into PN, clear the files list to avoid problems 23# As avahi doesn't put any files into PN, clear the files list to avoid problems
14# if extra libraries appear. 24# if extra libraries appear.
15FILES_${PN} = "" 25FILES_${PN} = ""