[Buildroot] svn commit: [25758] trunk/buildroot/package/dbus

jacmet at uclibc.org jacmet at uclibc.org
Thu Mar 19 11:44:57 UTC 2009


Author: jacmet
Date: 2009-03-19 11:44:56 +0000 (Thu, 19 Mar 2009)
New Revision: 25758

Log:
dbus: fix host build

Hunk missing from r25755.

Modified:
   trunk/buildroot/package/dbus/dbus.mk


Changeset:
Modified: trunk/buildroot/package/dbus/dbus.mk
===================================================================
--- trunk/buildroot/package/dbus/dbus.mk	2009-03-19 11:41:05 UTC (rev 25757)
+++ trunk/buildroot/package/dbus/dbus.mk	2009-03-19 11:44:56 UTC (rev 25758)
@@ -64,7 +64,7 @@
 		$(TAR) $(TAR_STRIP_COMPONENTS)=1 -C $(DBUS_HOST_DIR) $(TAR_OPTIONS) -
 	touch $@
 
-$(STAMP_DIR)/host_dbus_configured: $(DBUS_HOST_DIR)/.unpacked $(STAMP_DIR)/host_expat_installed $(STAMP_DIR)/host_pkgconfig_installed
+$(STAMP_DIR)/host_dbus_configured: $(STAMP_DIR)/host_dbus_unpacked $(STAMP_DIR)/host_expat_installed $(STAMP_DIR)/host_pkgconfig_installed
 	(cd $(DBUS_HOST_DIR); rm -rf config.cache; \
 		$(HOST_CONFIGURE_OPTS) \
 		CFLAGS="$(HOST_CFLAGS)" \




More information about the buildroot mailing list