* [ptxdist] [PATCH] e2fsprogs: make sure that BUSYBOX_MKE2FS is off when e2fsprog's mkfs is enabled
@ 2017-06-14 8:28 Uwe Kleine-König
0 siblings, 0 replies; only message in thread
From: Uwe Kleine-König @ 2017-06-14 8:28 UTC (permalink / raw)
To: ptxdist
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>
---
rules/e2fsprogs.in | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/rules/e2fsprogs.in b/rules/e2fsprogs.in
index b42f600c3bd6..67936a97c7f8 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
--
2.11.0
_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2017-06-14 8:28 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-06-14 8:28 [ptxdist] [PATCH] e2fsprogs: make sure that BUSYBOX_MKE2FS is off when e2fsprog's mkfs is enabled Uwe Kleine-König
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox