From d65c8276e7053d04f55fca53f752b7864e45263b Mon Sep 17 00:00:00 2001 From: Qing He Date: Thu, 1 Jul 2010 17:17:21 +0800 Subject: [PATCH] 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 --- meta/packages/avahi/avahi.inc | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/meta/packages/avahi/avahi.inc b/meta/packages/avahi/avahi.inc index fdc234dc8b..4e29493196 100644 --- a/meta/packages/avahi/avahi.inc +++ b/meta/packages/avahi/avahi.inc @@ -1,9 +1,14 @@ DESCRIPTION = "Avahi implements the DNS-SD over Multicast DNS" AUTHOR = "Lennart Poettering " 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"