e2fsprogs: remove more busybox applet links
authorBaruch Siach <baruch@tkos.co.il>
Wed, 22 Jul 2015 16:29:16 +0000 (19:29 +0300)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Wed, 22 Jul 2015 20:36:19 +0000 (22:36 +0200)
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>
package/e2fsprogs/e2fsprogs.mk

index ca54b706b6c58c1b0142e803d25d49e8e0718f28..c863f702ce6a5eb6fc8ad90326468d1fe2b27680 100644 (file)
@@ -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