avahi: depend on dbus-daemon in staging_dir
authorPeter Korsgaard <jacmet@sunsite.dk>
Mon, 31 Mar 2008 14:28:38 +0000 (14:28 -0000)
committerPeter Korsgaard <jacmet@sunsite.dk>
Mon, 31 Mar 2008 14:28:38 +0000 (14:28 -0000)
Depend on dbus-daemon in staging_dir instead of in target_dir as
fakeroot updates the timestamp on the target_dir version every time,
so the avahi makefile thinks it always needs to recompile avahi.

package/avahi/avahi.mk

index 2f423d7dc946a9aacaab0fef63156591be7f68bf..8bda6d3aa76cbe6113d76fb59ad24333298979c2 100644 (file)
@@ -37,7 +37,7 @@ endif
 
 ifeq ($(strip $(BR2_PACKAGE_DBUS)),y)
 AVAHI_DISABLE_DBUS:=
-AVAHI_EXTRA_DEPS+=$(TARGET_DIR)/usr/bin/dbus-daemon
+AVAHI_EXTRA_DEPS+=$(STAGING_DIR)/usr/bin/dbus-daemon
 else
 AVAHI_DISABLE_DBUS:=--disable-dbus
 endif