diff options
author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2013-06-30 21:29:08 +0200 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2013-07-04 09:06:33 +0200 |
commit | 12d1aa4b69614f6499847758294f8a40f1611710 (patch) | |
tree | 58c1d6e648a149cb40cc88a5727fdee0cb292244 /package/libglib2 | |
parent | e57e4b96bf33b5a498608204913d6731a6856b5e (diff) | |
download | buildroot-novena-12d1aa4b69614f6499847758294f8a40f1611710.tar.gz buildroot-novena-12d1aa4b69614f6499847758294f8a40f1611710.zip |
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 <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/libglib2')
-rw-r--r-- | package/libglib2/libglib2.mk | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/package/libglib2/libglib2.mk b/package/libglib2/libglib2.mk index 178d13780..b07b2c687 100644 --- a/package/libglib2/libglib2.mk +++ b/package/libglib2/libglib2.mk @@ -103,9 +103,7 @@ define LIBGLIB2_REMOVE_DEV_FILES rm -f $(addprefix $(TARGET_DIR)/usr/bin/,glib-genmarshal glib-gettextize glib-mkenums gobject-query gtester gtester-report) endef -ifneq ($(BR2_HAVE_DEVFILES),y) LIBGLIB2_POST_INSTALL_TARGET_HOOKS += LIBGLIB2_REMOVE_DEV_FILES -endif define LIBGLIB2_REMOVE_GDB_FILES rm -rf $(TARGET_DIR)/usr/share/glib-2.0/gdb |