[oe-commits] ghost : avahi: remove dependency to libnss-mdns to fix DNS Problems when the local domain is named ".local"

GIT User account git at amethyst.openembedded.net
Mon Dec 1 23:03:35 UTC 2008


Module: openembedded.git
Branch: org.openembedded.dreambox
Commit: 9de5fec7b532bbcc2fa6da04e4930e53f2cb875c
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=9de5fec7b532bbcc2fa6da04e4930e53f2cb875c

Author: ghost <andreas.monzner at multimedia-labs.de>
Date:   Fri Nov 28 17:52:29 2008 +0100

avahi: remove dependency to libnss-mdns to fix DNS Problems when the local domain is named ".local"

---

 packages/avahi/avahi.inc       |    1 -
 packages/avahi/avahi_0.6.21.bb |    2 +-
 2 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/packages/avahi/avahi.inc b/packages/avahi/avahi.inc
index 56eaa78..091158c 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 a15c670..a56abca 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"
 





More information about the Openembedded-commits mailing list