From: Peter Korsgaard Date: Mon, 31 Mar 2008 14:28:38 +0000 (-0000) Subject: avahi: depend on dbus-daemon in staging_dir X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=9a70301cbe0bec5cc6c56fb55885aee2ba9347fb;p=buildroot.git avahi: depend on dbus-daemon in staging_dir 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. --- diff --git a/package/avahi/avahi.mk b/package/avahi/avahi.mk index 2f423d7dc9..8bda6d3aa7 100644 --- a/package/avahi/avahi.mk +++ b/package/avahi/avahi.mk @@ -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