[OE-core] [PATCH 5/5] nss: fix incorrect shebang line of perl script

2013-07-10 Thread Hongxu Jia
Replace incorrect shebang line with `#!/usr/bin/perl'. Signed-off-by: Hongxu Jia --- .../files/nss-fix-incorrect-shebang-of-perl.patch | 110 + meta/recipes-support/nss/nss.inc | 1 + 2 files changed, 111 insertions(+) create mode 100644 meta/recipes-su

Re: [OE-core] [PATCH 5/5] nss: fix incorrect shebang line of perl script

2013-07-11 Thread Trevor Woerner
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? ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.openembedded.org/

Re: [OE-core] [PATCH 5/5] nss: fix incorrect shebang line of perl script

2013-07-11 Thread Hongxu Jia
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. //Hongxu __

Re: [OE-core] [PATCH 5/5] nss: fix incorrect shebang line of perl script

2013-07-11 Thread Paul Eggleton
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 'co

Re: [OE-core] [PATCH 5/5] nss: fix incorrect shebang line of perl script

2013-07-11 Thread Hongxu Jia
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 u