aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorchase maupin <chase.maupin@ti.com>2012-05-21 14:29:14 +0000
committerMartin Jansa <Martin.Jansa@gmail.com>2012-12-14 00:25:49 +0100
commit617ce74f1dccf5c4467bfcb78c652c9e1a3f6aab (patch)
treeacb7d4d22dfc8338730d296f3def2654edb3e776
parent143b48f3356db369e80c711ec03168640ee14080 (diff)
downloadopenembedded-617ce74f1dccf5c4467bfcb78c652c9e1a3f6aab.tar.gz
avahi: Update LICENSE field version to GPLv2 and LGPLv2.1
* 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 <Chase.Maupin@ti.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
-rw-r--r--recipes/avahi/avahi.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes/avahi/avahi.inc b/recipes/avahi/avahi.inc
index 0b526c309a..b0a44ce967 100644
--- a/recipes/avahi/avahi.inc
+++ b/recipes/avahi/avahi.inc
@@ -3,9 +3,9 @@ AUTHOR = "Lennart Poettering <lennart@poettering.net>"
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"