[oe-commits] Graeme Gregory : avahi.inc : fix override to libc-glibc instead of linux to get it to always

GIT User account git at amethyst.openembedded.net
Mon May 18 09:42:46 UTC 2009


Module: openembedded.git
Branch: xora/angstrom-srcpv
Commit: 385172bb047b57145770a547950c2e3bed044227
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=385172bb047b57145770a547950c2e3bed044227

Author: Graeme Gregory <dp at xora.org.uk>
Date:   Mon May 18 10:35:43 2009 +0100

avahi.inc : fix override to libc-glibc instead of linux to get it to always
work the right way
avahi_0.6.24.bb : bump PR to pick up change

---

 recipes/avahi/avahi.inc       |    2 +-
 recipes/avahi/avahi_0.6.24.bb |    2 ++
 2 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/recipes/avahi/avahi.inc b/recipes/avahi/avahi.inc
index cbd6ac3..f5e68e2 100644
--- a/recipes/avahi/avahi.inc
+++ b/recipes/avahi/avahi.inc
@@ -7,7 +7,7 @@ LICENSE = "GPL"
 DEPENDS = "expat virtual/libintl libdaemon dbus glib-2.0"
 
 # uclibc has no nss
-RRECOMMENDS_avahi-daemon_append_linux = "libnss-mdns"
+RRECOMMENDS_avahi-daemon_append_libc-glibc = "libnss-mdns"
 RDEPENDS_avahi-daemon += "sysvinit-pidof update-rc.d"
 RDEPENDS_avahi-autoipd += "update-rc.d"
 
diff --git a/recipes/avahi/avahi_0.6.24.bb b/recipes/avahi/avahi_0.6.24.bb
index 15f56ff..61a62a5 100644
--- a/recipes/avahi/avahi_0.6.24.bb
+++ b/recipes/avahi/avahi_0.6.24.bb
@@ -1,5 +1,7 @@
 require avahi.inc
 
+PR = "r1"
+
 DEPENDS += "intltool-native"
 
 PACKAGES =+ "libavahi-gobject"





More information about the Openembedded-commits mailing list