| Submitter | chase maupin |
|---|---|
| Date | May 21, 2012, 2:29 p.m. |
| Message ID | <1337610609-1173-16-git-send-email-Chase.Maupin@ti.com> |
| Download | mbox | patch |
| Permalink | /patch/28087/ |
| State | New, archived |
| Headers | show |
Comments
Patch
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 <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"
* 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> --- recipes/avahi/avahi.inc | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-)