From patchwork Mon May 14 16:09:39 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [14/69] avahi: Update LICENSE field version Date: Mon, 14 May 2012 16:09:39 -0000 From: chase maupin X-Patchwork-Id: 27693 Message-Id: <1337011834-24879-15-git-send-email-Chase.Maupin@ti.com> To: Cc: Chase Maupin * Updated LICENSE field version from generic GPL to GPLv2+ and LGPLv2.1 to reflect the real license version. * This change was based on setting in oe-core as well as code inspection. Signed-off-by: Chase Maupin --- recipes/avahi/avahi.inc | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes/avahi/avahi.inc b/recipes/avahi/avahi.inc index f4dff0a..65a593d 100644 --- a/recipes/avahi/avahi.inc +++ b/recipes/avahi/avahi.inc @@ -3,9 +3,9 @@ AUTHOR = "Lennart Poettering " HOMEPAGE = "http://avahi.org" SECTION = "network" PRIORITY = "optional" -LICENSE = "GPL" +LICENSE = "GPLv2+ LGPLv2.1" DEPENDS = "libcap2 python-native expat virtual/libintl libdaemon dbus glib-2.0" -INC_PR = "r13" +INC_PR = "r14" # uclibc has no nss RRECOMMENDS_avahi-daemon_append_libc-glibc = "libnss-mdns" RDEPENDS_avahi-daemon += "sysvinit-pidof update-rc.d"