From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: In-Reply-To: <20200706132617.5750-1-rhi@pengutronix.de> MIME-Version: 1.0 Message-Id: From: Michael Olbrich Date: Tue, 07 Jul 2020 07:45:54 +0200 Subject: Re: [ptxdist] [APPLIED] bc: prevent file name clash with busybox' bc List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: ptxdist@pengutronix.de Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: ptxdist-bounces@pengutronix.de Sender: "ptxdist" To: ptxdist@pengutronix.de Cc: Roland Hieber Thanks, applied as f7a1702c3a4ce0c91ff094f3c388cebb1580c355. Michael [sent from post-receive hook] On Tue, 07 Jul 2020 07:45:54 +0200, Roland Hieber wrote: > Signed-off-by: Roland Hieber > > Message-Id: <20200706132617.5750-1-rhi@pengutronix.de> > Signed-off-by: Michael Olbrich > > diff --git a/rules/bc.in b/rules/bc.in > index dabb244b5725..e5776610cd34 100644 > --- a/rules/bc.in > +++ b/rules/bc.in > @@ -2,8 +2,12 @@ > config BC > tristate > prompt "bc" > + depends on !BUSYBOX_BC || ALLYES > help > bc is an arbitrary precision numeric processing language. Syntax is > similar to C, but differs in many substantial areas. It supports > interactive execution of statements. bc is a utility included in the > POSIX P1003.2/D11 draft standard. > + > +comment "BusyBox' bc is selected!" > + depends on BUSYBOX_BC _______________________________________________ ptxdist mailing list ptxdist@pengutronix.de To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de