mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
From: "Uwe Kleine-König" <u.kleine-koenig@pengutronix.de>
To: ptxdist@pengutronix.de
Subject: [ptxdist] [PATCH] e2fsprogs: make sure that BUSYBOX_MKE2FS is off when e2fsprog's mkfs is enabled
Date: Wed, 14 Jun 2017 10:28:29 +0200	[thread overview]
Message-ID: <20170614082829.21718-1-u.kleine-koenig@pengutronix.de> (raw)

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

                 reply	other threads:[~2017-06-14  8:28 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20170614082829.21718-1-u.kleine-koenig@pengutronix.de \
    --to=u.kleine-koenig@pengutronix.de \
    --cc=ptxdist@pengutronix.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox