From 21de9babc2da7c7b6d43ac37a22e237c94120426 Mon Sep 17 00:00:00 2001 From: John Lee Date: Fri, 21 Nov 2008 23:38:21 +0800 Subject: avahi: fix postinst script error The previous version of dbus-1 will not stop clean if there exists running 'dbus-daemon --session' in the system. That will cause the script to believe it should ask for a force-reload of dbus, which leads to an error exit because the 'dbus-daemon --system' wasn't really running. --- packages/avahi/avahi_0.6.23.bb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'packages/avahi/avahi_0.6.23.bb') diff --git a/packages/avahi/avahi_0.6.23.bb b/packages/avahi/avahi_0.6.23.bb index 15f56ffa95..61a62a54a4 100644 --- a/packages/avahi/avahi_0.6.23.bb +++ b/packages/avahi/avahi_0.6.23.bb @@ -1,5 +1,7 @@ require avahi.inc +PR = "r1" + DEPENDS += "intltool-native" PACKAGES =+ "libavahi-gobject" -- cgit v1.2.3