aboutsummaryrefslogtreecommitdiffstats
path: root/packages/avahi
diff options
context:
space:
mode:
authorghost <andreas.monzner@multimedia-labs.de>2008-11-28 17:52:29 +0100
committerghost <andreas.monzner@multimedia-labs.de>2008-11-28 17:52:29 +0100
commit9de5fec7b532bbcc2fa6da04e4930e53f2cb875c (patch)
tree3be23adaccb0ee95c25050ecba90f272c7793c70 /packages/avahi
parentf863933bec08854ed904b65b1549501543596d3c (diff)
downloadopenembedded-9de5fec7b532bbcc2fa6da04e4930e53f2cb875c.tar.gz
avahi: remove dependency to libnss-mdns to fix DNS Problems when the local domain is named ".local"
Diffstat (limited to 'packages/avahi')
-rw-r--r--packages/avahi/avahi.inc1
-rw-r--r--packages/avahi/avahi_0.6.21.bb2
2 files changed, 1 insertions, 2 deletions
diff --git a/packages/avahi/avahi.inc b/packages/avahi/avahi.inc
index 56eaa7829e..091158c6fe 100644
--- a/packages/avahi/avahi.inc
+++ b/packages/avahi/avahi.inc
@@ -9,7 +9,6 @@ PR = "r6"
DEPENDS = "expat libdaemon dbus glib-2.0"
# uclibc has no nss
-RRECOMMENDS_avahi-daemon_append_linux = "libnss-mdns"
RDEPENDS_avahi-daemon = "sysvinit-pidof update-rc.d"
RDEPENDS_avahi-autoipd = "update-rc.d"
diff --git a/packages/avahi/avahi_0.6.21.bb b/packages/avahi/avahi_0.6.21.bb
index a15c670720..a56abca5f9 100644
--- a/packages/avahi/avahi_0.6.21.bb
+++ b/packages/avahi/avahi_0.6.21.bb
@@ -1,5 +1,5 @@
require avahi.inc
-PR = "r1"
+PR = "r2"
SRC_URI += "file://dbus-pre-1.1.1-support.patch;patch=1"