Re: [oe] [PATCH] ntp: fix perl path in scripts

2014-02-18 Thread Kang Kai
On 2014?01?22? 19:31, Martin Jansa wrote: On Wed, Jan 22, 2014 at 03:47:38PM +0800, Kai Kang wrote: Scripts ntptrace and ntp-wait use /bin/perl directly that cause ntp-utils depends on /bin/perl but no package provides it. It should use '${USRBINPATH}/env perl'. Next time please add [meta-netwo

Re: [oe] [PATCH] ntp: fix perl path in scripts

2014-01-22 Thread Martin Jansa
On Wed, Jan 22, 2014 at 03:47:38PM +0800, Kai Kang wrote: > Scripts ntptrace and ntp-wait use /bin/perl directly that cause > ntp-utils depends on /bin/perl but no package provides it. It should use > '${USRBINPATH}/env perl'. Next time please add [meta-networking] tag, but it's already in right p

[oe] [PATCH] ntp: fix perl path in scripts

2014-01-21 Thread Kai Kang
Scripts ntptrace and ntp-wait use /bin/perl directly that cause ntp-utils depends on /bin/perl but no package provides it. It should use '${USRBINPATH}/env perl'. Signed-off-by: Kai Kang --- meta-networking/recipes-support/ntp/ntp.inc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta-ne