From: Alexander Dahl <post@lespocky.de>
To: ptxdist@pengutronix.de
Cc: Alexander Dahl <post@lespocky.de>
Subject: [ptxdist] [PATCH] e2fsprogs: add busybox guard
Date: Sat, 11 Mar 2017 22:49:45 +0100 [thread overview]
Message-ID: <1489268985-28988-1-git-send-email-post@lespocky.de> (raw)
We can only install one mke2fs, the one from e2fsprogs or the one from
busybox.
Signed-off-by: Alexander Dahl <post@lespocky.de>
---
rules/e2fsprogs.in | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/rules/e2fsprogs.in b/rules/e2fsprogs.in
index 232d25f..18879ed 100644
--- a/rules/e2fsprogs.in
+++ b/rules/e2fsprogs.in
@@ -200,8 +200,12 @@ config E2FSPROGS_INSTALL_LOGSAVE
+comment "BusyBox' mke2fs is selected!"
+ depends on BUSYBOX_MKE2FS
+
config E2FSPROGS_INSTALL_MKE2FS
bool
+ depends on !BUSYBOX_MKE2FS || ALLYES
select E2FSPROGS_LIBCOM_ERR
select E2FSPROGS_LIBE2P
select E2FSPROGS_LIBEXT2FS
--
2.1.4
_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de
next reply other threads:[~2017-03-11 21:50 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-03-11 21:49 Alexander Dahl [this message]
2017-03-13 9:06 ` Michael Olbrich
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=1489268985-28988-1-git-send-email-post@lespocky.de \
--to=post@lespocky.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