From e4051615c4ba14b75bd52dd03db7914f8a0a5c76 Mon Sep 17 00:00:00 2001 From: Peter Korsgaard Date: Fri, 30 Jan 2009 13:54:42 +0000 Subject: dbus: revert r25156 (Fix dbus dependency on libxml2, without rebuild, works but may need refinement) As discussed on the list - Too complicated and wrong. --- package/dbus/dbus.mk | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'package/dbus') diff --git a/package/dbus/dbus.mk b/package/dbus/dbus.mk index b54f8da00..c98827ba3 100644 --- a/package/dbus/dbus.mk +++ b/package/dbus/dbus.mk @@ -15,16 +15,16 @@ ifeq ($(BR2_DBUS_EXPAT),y) DBUS_XML:=expat # depend on the exact library file instead of expat so dbus isn't always # considered out-of-date -DBUS_XML_DEP:=$(STAGING_DIR)/usr/lib/libexpat.so.1 +DBUS_XML_DEP_LIB:=$(STAGING_DIR)/usr/lib/libexpat.so.1 else DBUS_XML:=libxml # Makefile.autotools.in unfortunately has broken dependency handling, # so we cannot do the same for libxml2 -DBUS_XML_DEP:=$(LIBXML2_HOOK_POST_INSTALL) +DBUS_XML_DEP_LIB:=$(LIBXML2_HOOK_POST_INSTALL) #libxml2-install-staging endif - +DBUS_XML_DEP:=$(DBUS_XML_DEP_LIB) $(DL_DIR)/$(DBUS_SOURCE): $(call DOWNLOAD,$(DBUS_SITE),$(DBUS_SOURCE)) @@ -37,7 +37,6 @@ $(DBUS_DIR)/.unpacked: $(DL_DIR)/$(DBUS_SOURCE) $(DBUS_DIR)/.configured: $(DBUS_DIR)/.unpacked $(DBUS_XML_DEP) (cd $(DBUS_DIR); rm -rf config.cache; \ - echo "dbus is depending on $(DBUS_XML_DEP)"; \ $(TARGET_CONFIGURE_OPTS) \ $(TARGET_CONFIGURE_ARGS) \ ac_cv_have_abstract_sockets=yes \ -- cgit v1.2.3-55-g7522