From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail1.windriver.com (mail1.windriver.com [147.11.146.13]) by mail.openembedded.org (Postfix) with ESMTP id DB14B60687 for ; Thu, 11 Jul 2013 09:28:55 +0000 (UTC) Received: from ALA-HCB.corp.ad.wrs.com (ala-hcb.corp.ad.wrs.com [147.11.189.41]) by mail1.windriver.com (8.14.5/8.14.3) with ESMTP id r6B9Stuc007386 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=FAIL); Thu, 11 Jul 2013 02:28:55 -0700 (PDT) Received: from [128.224.162.194] (128.224.162.194) by ALA-HCB.corp.ad.wrs.com (147.11.189.41) with Microsoft SMTP Server id 14.2.342.3; Thu, 11 Jul 2013 02:28:53 -0700 Message-ID: <51DE7AD3.1040709@windriver.com> Date: Thu, 11 Jul 2013 17:28:51 +0800 From: Hongxu Jia User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130623 Thunderbird/17.0.7 MIME-Version: 1.0 To: Paul Eggleton References: <51DE73A7.1070400@windriver.com> <2090020.yKL4kvvByo@helios> In-Reply-To: <2090020.yKL4kvvByo@helios> Cc: openembedded-core@lists.openembedded.org Subject: Re: [PATCH 5/5] nss: fix incorrect shebang line of perl script X-BeenThere: openembedded-core@lists.openembedded.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: Patches and discussions about the oe-core layer List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Jul 2013 09:28:56 -0000 Content-Type: text/plain; charset="ISO-8859-1"; format=flowed Content-Transfer-Encoding: 7bit On 07/11/2013 05:23 PM, Paul Eggleton wrote: > On Thursday 11 July 2013 16:58:15 Hongxu Jia wrote: >> On 07/11/2013 04:39 PM, Trevor Woerner wrote: >>> On 10 July 2013 09:03, Hongxu Jia wrote: >>>> Replace incorrect shebang line with `#!/usr/bin/perl'. >>> I thought using 'env' was the preferred method? >> If use 'env', should we add 'coreutils' on nss's DEPENDS? >> The coreutils provides env. > Our busybox configuration enables its version of env as well. I think it's > pretty safe to assume this is available without the need for additional > dependencies. Got it, use 'env' and without additional dependencies, I will fix this. Thanks Hongxu > Cheers, > Paul >