mirror of
https://git.yoctoproject.org/poky
synced 2026-05-08 05:09:24 +00:00
avahi: fix metadata
add bugtracker update license to relect that part of the package is under GPL rather than LGPL Signed-off-by: Qing He <qing.he@intel.com>
This commit is contained in:
@@ -1,9 +1,14 @@
|
||||
DESCRIPTION = "Avahi implements the DNS-SD over Multicast DNS"
|
||||
AUTHOR = "Lennart Poettering <lennart@poettering.net>"
|
||||
HOMEPAGE = "http://avahi.org"
|
||||
BUGTRACKER = "http://avahi.org/report"
|
||||
SECTION = "network"
|
||||
PRIORITY = "optional"
|
||||
LICENSE = "GPL"
|
||||
|
||||
# major part is under LGPLv2.1+, but several .dtd, .xsl, initscripts and
|
||||
# python scripts are under GPLv2+
|
||||
LICENSE = "GPLv2+ & LGPLv2.1+"
|
||||
|
||||
DEPENDS = "expat libdaemon dbus glib-2.0 gtk+ libglade"
|
||||
RRECOMMENDS = "libnss-mdns"
|
||||
RRECOMMENDS_avahi-daemon = "libnss-mdns"
|
||||
|
||||
Reference in New Issue
Block a user