summaryrefslogtreecommitdiffstats
path: root/rules/e2fsprogs.in
diff options
context:
space:
mode:
authorUwe Kleine-König <u.kleine-koenig@pengutronix.de>2017-06-14 10:28:29 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2017-06-21 10:14:53 +0200
commit154f5a8d31d6acca20fcf6dc49f1ee8b72d728dc (patch)
treeedb5c5de23f5307f9944a4134268f74996e5c468 /rules/e2fsprogs.in
parent213cc50e71a79e6f51062346fd691ef35e105b4f (diff)
downloadptxdist-154f5a8d31d6acca20fcf6dc49f1ee8b72d728dc.tar.gz
ptxdist-154f5a8d31d6acca20fcf6dc49f1ee8b72d728dc.tar.xz
e2fsprogs: make sure that BUSYBOX_MKE2FS is off when e2fsprog's mkfs is enabled
This fixes: warning: (E2FSPROGS_INSTALL_MKFS_EXT2 && E2FSPROGS_INSTALL_MKFS_EXT3 && E2FSPROGS_INSTALL_MKFS_EXT4 && E2FSPROGS_INSTALL_MKFS_EXT4DEV) selects E2FSPROGS_INSTALL_MKE2FS which has unmet direct dependencies (E2FSPROGS && (!BUSYBOX_MKE2FS || ALLYES)) Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/e2fsprogs.in')
-rw-r--r--rules/e2fsprogs.in5
1 files changed, 3 insertions, 2 deletions
diff --git a/rules/e2fsprogs.in b/rules/e2fsprogs.in
index b42f600c3..67936a97c 100644
--- a/rules/e2fsprogs.in
+++ b/rules/e2fsprogs.in
@@ -219,9 +219,10 @@ config E2FSPROGS_INSTALL_LOGSAVE
comment "BusyBox' mke2fs is selected!"
depends on BUSYBOX_MKE2FS
+if !BUSYBOX_MKE2FS || ALLYES
+
config E2FSPROGS_INSTALL_MKE2FS
bool
- depends on !BUSYBOX_MKE2FS || ALLYES
select E2FSPROGS_LIBCOM_ERR
select E2FSPROGS_LIBE2P
select E2FSPROGS_LIBEXT2FS
@@ -257,7 +258,7 @@ config E2FSPROGS_INSTALL_MKFS_EXT4DEV
help
Create link to mkfs.ext4dev program.
-
+endif
config E2FSPROGS_INSTALL_MKLOSTANDFOUND
bool