[oe-commits] acid-burn : fix libavahi-client and zeroconf install without libnss-mdns

GIT User account git at amethyst.openembedded.net
Wed Dec 17 21:24:02 UTC 2008


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

Author: acid-burn <acidburn at opendreambox.org>
Date:   Thu Dec 11 14:23:00 2008 +0100

fix libavahi-client and zeroconf install without libnss-mdns

---

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

diff --git a/packages/avahi/avahi.inc b/packages/avahi/avahi.inc
old mode 100644
new mode 100755
index 091158c..5c59363
--- a/packages/avahi/avahi.inc
+++ b/packages/avahi/avahi.inc
@@ -6,9 +6,10 @@ PRIORITY = "optional"
 LICENSE = "GPL"
 PR = "r6"
 
-DEPENDS = "expat libdaemon dbus glib-2.0"
+DEPENDS = "expat libdaemon dbus glib-2.0 libnss-mdns"
 
 # uclibc has no nss
+RRECOMMENDS_avahi-daemon_append_linux = " libavahi-client zeroconf"
 RDEPENDS_avahi-daemon = "sysvinit-pidof update-rc.d"
 RDEPENDS_avahi-autoipd = "update-rc.d"
 





More information about the Openembedded-commits mailing list