mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-30 14:46:31 +00:00
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.
This commit is contained in:
parent
db0748c0fd
commit
9a70301cbe
@ -37,7 +37,7 @@ endif
|
|||||||
|
|
||||||
ifeq ($(strip $(BR2_PACKAGE_DBUS)),y)
|
ifeq ($(strip $(BR2_PACKAGE_DBUS)),y)
|
||||||
AVAHI_DISABLE_DBUS:=
|
AVAHI_DISABLE_DBUS:=
|
||||||
AVAHI_EXTRA_DEPS+=$(TARGET_DIR)/usr/bin/dbus-daemon
|
AVAHI_EXTRA_DEPS+=$(STAGING_DIR)/usr/bin/dbus-daemon
|
||||||
else
|
else
|
||||||
AVAHI_DISABLE_DBUS:=--disable-dbus
|
AVAHI_DISABLE_DBUS:=--disable-dbus
|
||||||
endif
|
endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user