mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-27 05:06:39 +00:00
dbus: depend on libxml2-install-staging instead for libxml2
Makefile.autools.in doesn't have proper dependencies set up for the .stamp files, so use the libxml2-install-staging target instead. This does unfortunately mean that dbus is always considered out of date, but atleast it works.
This commit is contained in:
parent
72746ea389
commit
f49f4b2ac0
@ -18,12 +18,9 @@ DBUS_XML:=expat
|
|||||||
DBUS_XML_DEP:=$(STAGING_DIR)/usr/lib/libexpat.so.1
|
DBUS_XML_DEP:=$(STAGING_DIR)/usr/lib/libexpat.so.1
|
||||||
else
|
else
|
||||||
DBUS_XML:=libxml
|
DBUS_XML:=libxml
|
||||||
# depend on the exact target instead of libxml2 so dbus isn't always
|
# Makefile.autotools.in unfortunately has broken dependency handling,
|
||||||
# considered out-of-date.
|
# so we cannot do the same for libxml2
|
||||||
# It would be neat to use $(LIBXML2_TARGET_INSTALL_STAGING) here,
|
DBUS_XML_DEP:=libxml2-install-staging
|
||||||
# but the libxml2 makefile is only parsed after dbus, so that doesn't work
|
|
||||||
DBUS_XML_DEP:=$(BUILD_DIR)/libxml2-2.6.29/.stamp_staging_installed
|
|
||||||
$(LIBXML2_TARGET_INSTALL_STAGING)
|
|
||||||
endif
|
endif
|
||||||
|
|
||||||
$(DL_DIR)/$(DBUS_SOURCE):
|
$(DL_DIR)/$(DBUS_SOURCE):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user