* [Buildroot] [PATCH] e2fsprogs: remove more busybox applet links
@ 2015-07-22 16:29 Baruch Siach
2015-07-22 20:36 ` Thomas Petazzoni
0 siblings, 1 reply; 2+ messages in thread
From: Baruch Siach @ 2015-07-22 16:29 UTC (permalink / raw)
To: buildroot
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>
---
package/e2fsprogs/e2fsprogs.mk | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/package/e2fsprogs/e2fsprogs.mk b/package/e2fsprogs/e2fsprogs.mk
index ca54b706b6c5..c863f702ce6a 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
--
2.1.4
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [Buildroot] [PATCH] e2fsprogs: remove more busybox applet links
2015-07-22 16:29 [Buildroot] [PATCH] e2fsprogs: remove more busybox applet links Baruch Siach
@ 2015-07-22 20:36 ` Thomas Petazzoni
0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni @ 2015-07-22 20:36 UTC (permalink / raw)
To: buildroot
Dear Baruch Siach,
On Wed, 22 Jul 2015 19:29:16 +0300, Baruch Siach wrote:
> 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>
> ---
> package/e2fsprogs/e2fsprogs.mk | 4 +++-
> 1 file changed, 3 insertions(+), 1 deletion(-)
Applied, thanks.
Thomas
--
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2015-07-22 20:36 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-07-22 16:29 [Buildroot] [PATCH] e2fsprogs: remove more busybox applet links Baruch Siach
2015-07-22 20:36 ` Thomas Petazzoni
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox