From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from mediacenter.hi.pengutronix.de ([2001:6f8:1178:2::65]) by metis.ext.pengutronix.de with esmtp (Exim 4.72) (envelope-from ) id 1StlDi-0008Ss-56 for ptxdist@pengutronix.de; Tue, 24 Jul 2012 21:56:38 +0200 Received: from mol by mediacenter.hi.pengutronix.de with local (Exim 4.72) (envelope-from ) id 1StlDi-0007ri-4O for ptxdist@pengutronix.de; Tue, 24 Jul 2012 21:56:38 +0200 Date: Tue, 24 Jul 2012 21:56:38 +0200 From: Michael Olbrich Message-ID: <20120724195638.GF28315@pengutronix.de> References: <1343070218-2641-1-git-send-email-bernhard@bwalle.de> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <1343070218-2641-1-git-send-email-bernhard@bwalle.de> Subject: Re: [ptxdist] [PATCH] lsof: Check for busybox' lsof Reply-To: ptxdist@pengutronix.de List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: ptxdist-bounces@pengutronix.de Errors-To: ptxdist-bounces@pengutronix.de To: ptxdist@pengutronix.de On Mon, Jul 23, 2012 at 09:03:38PM +0200, Bernhard Walle wrote: > With the new 'lsof' of busybox, add the usual check to avoid conflicts > during building the image (two lsof binaries). > Thanks, applied. Michael > Signed-off-by: Bernhard Walle > --- > rules/lsof.in | 3 +++ > 1 file changed, 3 insertions(+) > > diff --git a/rules/lsof.in b/rules/lsof.in > index 048a9ab..f32026e 100644 > --- a/rules/lsof.in > +++ b/rules/lsof.in > @@ -1,7 +1,10 @@ > ## SECTION=shell_and_console > +comment "BusyBox' lsof is selected!" > + depends on BUSYBOX_LSOF > > config LSOF > tristate > + depends on !BUSYBOX_LSOF || ALLYES > prompt "lsof" > help > Lsof is a Unix-specific diagnostic tool. Its name stands > -- > 1.7.9.5 > > > -- > ptxdist mailing list > ptxdist@pengutronix.de > -- Pengutronix e.K. | | Industrial Linux Solutions | http://www.pengutronix.de/ | Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 | Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 | -- ptxdist mailing list ptxdist@pengutronix.de