avahi.inc : fix override to libc-glibc instead of linux to get it to always
authorGraeme Gregory <dp@xora.org.uk>
Mon, 18 May 2009 09:35:43 +0000 (10:35 +0100)
committerGraeme Gregory <dp@xora.org.uk>
Mon, 18 May 2009 09:35:43 +0000 (10:35 +0100)
work the right way
avahi_0.6.24.bb : bump PR to pick up change

recipes/avahi/avahi.inc
recipes/avahi/avahi_0.6.24.bb

index cbd6ac3..f5e68e2 100644 (file)
@@ -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"
 
index 15f56ff..61a62a5 100644 (file)
@@ -1,5 +1,7 @@
 require avahi.inc
 
+PR = "r1"
+
 DEPENDS += "intltool-native"
 
 PACKAGES =+ "libavahi-gobject"