mirror of
https://git.yoctoproject.org/poky
synced 2026-04-18 12:32:12 +02:00
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>
This commit is contained in:
@@ -10,6 +10,16 @@ inherit update-rc.d systemd useradd
|
||||
|
||||
PACKAGES =+ "libavahi-gobject avahi-daemon libavahi-common libavahi-core libavahi-client avahi-dnsconfd libavahi-glib avahi-autoipd avahi-utils"
|
||||
|
||||
LICENSE_libavahi-gobject = "LGPLv2.1+"
|
||||
LICENSE_avahi-daemon = "LGPLv2.1+"
|
||||
LICENSE_libavahi-common = "LGPLv2.1+"
|
||||
LICENSE_libavahi-core = "LGPLv2.1+"
|
||||
LICENSE_avahi-client = "LGPLv2.1+"
|
||||
LICENSE_avahi-dnsconfd = "LGPLv2.1+"
|
||||
LICENSE_libavahi-glib = "LGPLv2.1+"
|
||||
LICENSE_avahi-autoipd = "LGPLv2.1+"
|
||||
LICENSE_avahi-utils = "LGPLv2.1+"
|
||||
|
||||
# As avahi doesn't put any files into PN, clear the files list to avoid problems
|
||||
# if extra libraries appear.
|
||||
FILES_${PN} = ""
|
||||
|
||||
Reference in New Issue
Block a user