From 12d1aa4b69614f6499847758294f8a40f1611710 Mon Sep 17 00:00:00 2001 From: Thomas Petazzoni Date: Sun, 30 Jun 2013 21:29:08 +0200 Subject: Remove BR2_HAVE_DEVFILES This finally removes the BR2_HAVE_DEVFILES option, that was used to install/keep development files on target. With the recent migration of the internal backend to the package infrastructure, we had anyway lost the ability to build gcc for the target, and install the uClibc development files on the target. [Peter: also remove support/scripts/copy.sh] Signed-off-by: Thomas Petazzoni Signed-off-by: Peter Korsgaard --- package/dbus/dbus.mk | 2 -- 1 file changed, 2 deletions(-) (limited to 'package/dbus') diff --git a/package/dbus/dbus.mk b/package/dbus/dbus.mk index 57274a0cd..7fbfb4c17 100644 --- a/package/dbus/dbus.mk +++ b/package/dbus/dbus.mk @@ -61,9 +61,7 @@ define DBUS_REMOVE_DEVFILES rm -rf $(TARGET_DIR)/usr/lib/dbus-1.0 endef -ifneq ($(BR2_HAVE_DEVFILES),y) DBUS_POST_INSTALL_TARGET_HOOKS += DBUS_REMOVE_DEVFILES -endif define DBUS_INSTALL_TARGET_FIXUP mkdir -p $(TARGET_DIR)/var/lib -- cgit v1.2.3