From: Clemens Gruber <clemens.gruber@pqgruber.com>
To: ptxdist@pengutronix.de
Cc: Clemens Gruber <clemens.gruber@pqgruber.com>
Subject: [ptxdist] [PATCH 2/3] coreutils: prevent conflicts with new busybox applets
Date: Wed, 6 Sep 2017 18:15:47 +0200 [thread overview]
Message-ID: <20170906161548.4414-2-clemens.gruber@pqgruber.com> (raw)
In-Reply-To: <20170906161548.4414-1-clemens.gruber@pqgruber.com>
Signed-off-by: Clemens Gruber <clemens.gruber@pqgruber.com>
---
rules/coreutils.in | 24 ++++++++++++++++++++++++
1 file changed, 24 insertions(+)
diff --git a/rules/coreutils.in b/rules/coreutils.in
index 8eff96b69..75d897440 100644
--- a/rules/coreutils.in
+++ b/rules/coreutils.in
@@ -211,6 +211,10 @@ comment "busybox' cut is selected!"
config COREUTILS_SHRED
bool
prompt "shred"
+ depends on !BUSYBOX_SHRED || ALLYES
+
+comment "busybox' shred is selected!"
+ depends on BUSYBOX_SHRED
config COREUTILS_OD
bool
@@ -283,6 +287,10 @@ comment "busybox' touch is selected!"
config COREUTILS_PASTE
bool
prompt "paste"
+ depends on !BUSYBOX_PASTE || ALLYES
+
+comment "busybox' paste is selected!"
+ depends on BUSYBOX_PASTE
config COREUTILS_MKNOD
bool
@@ -372,6 +380,10 @@ comment "busybox' yes is selected!"
config COREUTILS_FACTOR
bool
prompt "factor"
+ depends on !BUSYBOX_FACTOR || ALLYES
+
+comment "busybox' factor is selected!"
+ depends on BUSYBOX_FACTOR
config COREUTILS_JOIN
bool
@@ -504,6 +516,10 @@ comment "busybox' id is selected!"
config COREUTILS_LINK
bool
prompt "link"
+ depends on !BUSYBOX_LINK || ALLYES
+
+comment "busybox' link is selected!"
+ depends on BUSYBOX_LINK
config COREUTILS_SLEEP
bool
@@ -568,6 +584,10 @@ config COREUTILS_PATHCHK
config COREUTILS_NL
bool
prompt "nl"
+ depends on !BUSYBOX_NL || ALLYES
+
+comment "busybox' nl is selected!"
+ depends on BUSYBOX_NL
config COREUTILS_WC
bool
@@ -592,6 +612,10 @@ comment "busybox' unexpand is selected!"
config COREUTILS_NPROC
bool
prompt "nproc"
+ depends on !BUSYBOX_NPROC || ALLYES
+
+comment "busybox' nproc is selected!"
+ depends on BUSYBOX_NPROC
config COREUTILS_NUMFMT
bool
--
2.14.1
_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de
next prev parent reply other threads:[~2017-09-06 16:16 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-09-06 16:15 [ptxdist] [PATCH 1/3] procps: prevent conflict with new busybox applet Clemens Gruber
2017-09-06 16:15 ` Clemens Gruber [this message]
2017-09-06 16:15 ` [ptxdist] [PATCH 3/3] e2fsprogs: remove mkfs.ext4dev Clemens Gruber
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=20170906161548.4414-2-clemens.gruber@pqgruber.com \
--to=clemens.gruber@pqgruber.com \
--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