From e8d1d3d32276e25edf3f3c496bfdcc5dac2430a3 Mon Sep 17 00:00:00 2001 From: Saul Wold Date: Tue, 13 Mar 2012 14:47:42 -0700 Subject: avahi: Update to 0.6.31 Removed unneeded patch, because the issue was fixed upstream (From OE-Core rev: b535d953b08c54411a998e7527b4c2323720fcbf) Signed-off-by: Saul Wold Signed-off-by: Richard Purdie --- meta/recipes-connectivity/avahi/avahi.inc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'meta/recipes-connectivity/avahi/avahi.inc') diff --git a/meta/recipes-connectivity/avahi/avahi.inc b/meta/recipes-connectivity/avahi/avahi.inc index 5e29b9c802..0308095794 100644 --- a/meta/recipes-connectivity/avahi/avahi.inc +++ b/meta/recipes-connectivity/avahi/avahi.inc @@ -14,15 +14,14 @@ SECTION = "network" # python scripts are under GPLv2+ LICENSE = "GPLv2+ & LGPLv2.1+" -INC_PR = "r11" +INC_PR = "r0" DEPENDS = "expat libcap libdaemon dbus glib-2.0" SRC_URI = "http://avahi.org/download/avahi-${PV}.tar.gz \ file://00avahi-autoipd \ file://99avahi-autoipd \ - file://initscript.patch \ - file://fix_for_automake_1.11.2.patch" + file://initscript.patch" USERADD_PACKAGES = "avahi-daemon" USERADD_PARAM_avahi-daemon = "--system --home /var/run/avahi-daemon \ @@ -113,6 +112,7 @@ do_install() { # if /var/run become non-empty in the future, need to install it via volatile rm -rf ${D}/var/run rm -rf ${D}${datadir}/dbus-1/interfaces + rm -rf ${D}/usr/lib/avahi } do_install_avahi-autoipd() { -- cgit v1.2.3-54-g00ecf