summaryrefslogtreecommitdiffstats
path: root/package/e2fsprogs
diff options
context:
space:
mode:
authorBaruch Siach <baruch@tkos.co.il>2015-07-22 19:29:16 +0300
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2015-07-22 22:36:19 +0200
commitb6b701c0cc983d4ea6b36d8e5de18e118c94eb9a (patch)
tree6a778d33e1f89e2b70949d742e68ed665bb57d61 /package/e2fsprogs
parent52491db85e506aa51708496594be503930b9e322 (diff)
downloadbuildroot-b6b701c0cc983d4ea6b36d8e5de18e118c94eb9a.tar.gz
buildroot-b6b701c0cc983d4ea6b36d8e5de18e118c94eb9a.zip
e2fsprogs: remove more busybox applet links
Following commit aa02829240b2 (e2fsprogs: remove busybox tune2fs when installing full version, 2015-07-08), remove the rest of Busybox e2fsprogs applet links. All of them are installed in different locations than upstream e2fsprogs. Signed-off-by: Baruch Siach <baruch@tkos.co.il> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/e2fsprogs')
-rw-r--r--package/e2fsprogs/e2fsprogs.mk4
1 files changed, 3 insertions, 1 deletions
diff --git a/package/e2fsprogs/e2fsprogs.mk b/package/e2fsprogs/e2fsprogs.mk
index ca54b706b6..c863f702ce 100644
--- a/package/e2fsprogs/e2fsprogs.mk
+++ b/package/e2fsprogs/e2fsprogs.mk
@@ -109,9 +109,11 @@ ifeq ($(BR2_PACKAGE_BUSYBOX),y)
E2FSPROGS_DEPENDENCIES += busybox
define E2FSPROGS_REMOVE_BUSYBOX_APPLETS
+ $(RM) -f $(TARGET_DIR)/bin/chattr
+ $(RM) -f $(TARGET_DIR)/bin/lsattr
+ $(RM) -f $(TARGET_DIR)/sbin/fsck
$(RM) -f $(TARGET_DIR)/sbin/tune2fs
$(RM) -f $(TARGET_DIR)/sbin/e2label
-
endef
E2FSPROGS_POST_INSTALL_TARGET_HOOKS += E2FSPROGS_REMOVE_BUSYBOX_APPLETS
endif
OpenPOWER on IntegriCloud