aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-connectivity/avahi/avahi.inc
diff options
context:
space:
mode:
authorSaul Wold <sgw@linux.intel.com>2012-03-13 14:47:42 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-03-14 12:49:24 +0000
commitb535d953b08c54411a998e7527b4c2323720fcbf (patch)
treeefbe382ca3463a3b073a59132aa1703ce05a3482 /meta/recipes-connectivity/avahi/avahi.inc
parent29fe4e2e396166ced1a8b79f7254b24e0e727db1 (diff)
downloadopenembedded-core-contrib-b535d953b08c54411a998e7527b4c2323720fcbf.tar.gz
avahi: Update to 0.6.31
Removed unneeded patch, because the issue was fixed upstream Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta/recipes-connectivity/avahi/avahi.inc')
-rw-r--r--meta/recipes-connectivity/avahi/avahi.inc6
1 files changed, 3 insertions, 3 deletions
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() {