mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 14:16:31 +00:00
Make dbus depend on libxml2 and link with lib
This commit is contained in:
parent
ff2adceaa2
commit
256c7267a7
@ -2,6 +2,7 @@ config BR2_PACKAGE_DBUS
|
|||||||
bool "dbus"
|
bool "dbus"
|
||||||
default n
|
default n
|
||||||
select BR2_PACKAGE_EXPAT
|
select BR2_PACKAGE_EXPAT
|
||||||
|
select BR2_PACKAGE_LIBXML2
|
||||||
help
|
help
|
||||||
The D-Bus message bus system.
|
The D-Bus message bus system.
|
||||||
|
|
||||||
|
@ -51,7 +51,7 @@ $(DBUS_DIR)/.configured: $(DBUS_DIR)/.unpacked
|
|||||||
touch $@
|
touch $@
|
||||||
|
|
||||||
$(DBUS_DIR)/$(DBUS_BINARY): $(DBUS_DIR)/.configured
|
$(DBUS_DIR)/$(DBUS_BINARY): $(DBUS_DIR)/.configured
|
||||||
$(MAKE) DBUS_BUS_LIBS="$(STAGING_DIR)/usr/lib/libexpat.so" -C $(DBUS_DIR) all
|
$(MAKE) DBUS_BUS_LIBS="$(STAGING_DIR)/usr/lib/libexpat.so $(STAGING_DIR)/usr/lib/libxml2.so" -C $(DBUS_DIR) all
|
||||||
|
|
||||||
$(STAGING_DIR)/usr/lib/libdbus-1.so: $(DBUS_DIR)/$(DBUS_BINARY)
|
$(STAGING_DIR)/usr/lib/libdbus-1.so: $(DBUS_DIR)/$(DBUS_BINARY)
|
||||||
$(MAKE) DESTDIR=$(STAGING_DIR) -C $(DBUS_DIR)/dbus install
|
$(MAKE) DESTDIR=$(STAGING_DIR) -C $(DBUS_DIR)/dbus install
|
||||||
@ -70,7 +70,7 @@ $(TARGET_DIR)/$(DBUS_TARGET_BINARY): $(STAGING_DIR)/usr/lib/libdbus-1.so
|
|||||||
-rmdir --ignore-fail-on-non-empty $(TARGET_DIR)/usr/share
|
-rmdir --ignore-fail-on-non-empty $(TARGET_DIR)/usr/share
|
||||||
rm -rf $(TARGET_DIR)/etc/rc.d
|
rm -rf $(TARGET_DIR)/etc/rc.d
|
||||||
|
|
||||||
dbus: uclibc expat $(TARGET_DIR)/$(DBUS_TARGET_BINARY)
|
dbus: uclibc expat libxml2-headers $(TARGET_DIR)/$(DBUS_TARGET_BINARY)
|
||||||
|
|
||||||
dbus-clean:
|
dbus-clean:
|
||||||
rm -f $(TARGET_DIR)/etc/dbus-1/session.conf
|
rm -f $(TARGET_DIR)/etc/dbus-1/session.conf
|
||||||
|
Loading…
x
Reference in New Issue
Block a user