aboutsummaryrefslogtreecommitdiffstats
path: root/recipes
diff options
context:
space:
mode:
authorChase Maupin <Chase.Maupin@ti.com>2012-05-11 17:27:56 -0500
committerChase Maupin <Chase.Maupin@ti.com>2012-05-21 09:19:47 -0500
commit417b712f7e4ce7ffe7503933d36ed1f6e6ab9634 (patch)
treecfe6e670b9456f4943374ce7ae22c9fbb1701e66 /recipes
parentd2ff3df899bbfcd499487162a3f47393c297dff2 (diff)
downloadopenembedded-417b712f7e4ce7ffe7503933d36ed1f6e6ab9634.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>
Diffstat (limited to 'recipes')
-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 f4dff0ac96..65a593d451 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"