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-koe...@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

Reply via email to