All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Szombathelyi György" <gyurco@freemail.hu>
To: openembedded-devel@lists.openembedded.org
Subject: Re: [meta-oe][PATCH]ntp: fix perl path
Date: Sun, 18 Jan 2015 15:42:59 +0100	[thread overview]
Message-ID: <1443677.77tJzovrQh@gyurco.localdomain> (raw)
In-Reply-To: <3131686.1jEHazhdRQ@gyurco.localdomain>

Hi,

Any chance to get this into git? Now if one has a system /bin/perl, ntp build 
will fail.

Br,
György

On Tuesday 13 January 2015 22:44:03 Szombathelyi György wrote:
>     Fix perl path in ntp-wait and calc_tickadj.
> 
>     Signed-off-by: Gyorgy Szombathelyi <gyurco@freemail.hu>
> 
> diff --git a/meta-networking/recipes-support/ntp/ntp_4.2.8.bb
> b/meta-networking/recipes-support/ntp/ntp_4.2.8.bb index 9f74f6b..e802ee7
> 100644
> --- a/meta-networking/recipes-support/ntp/ntp_4.2.8.bb
> +++ b/meta-networking/recipes-support/ntp/ntp_4.2.8.bb
> @@ -74,8 +74,10 @@ do_install_append() {
>      sed -i
> 's!^PATH=.*!PATH=${base_sbindir}:${base_bindir}:${sbindir}:${bindir}!'
> ${D}${bindir}/ntpdate-sync sed -i '1s,#!.*perl -w,#! ${bindir}/env perl,'
> ${D}${sbindir}/ntptrace sed -i '/use/i use warnings;'
> ${D}${sbindir}/ntptrace
> -    sed -i '1s,#!.*perl -w,#! ${bindir}/env perl,' ${D}${sbindir}/ntp-wait
> +    sed -i '1s,#!.*perl,#! ${bindir}/env perl,' ${D}${sbindir}/ntp-wait
>      sed -i '/use/i use warnings;' ${D}${sbindir}/ntp-wait
> +    sed -i '1s,#!.*perl -w,#! ${bindir}/env perl,'
> ${D}${sbindir}/calc_tickadj +    sed -i '/use/i use warnings;'
> ${D}${sbindir}/calc_tickadj
> 
>      install -d ${D}/${sysconfdir}/default
>      install -m 644 ${WORKDIR}/ntpdate.default
> ${D}${sysconfdir}/default/ntpdate



  reply	other threads:[~2015-01-18 14:43 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-01-13 21:44 [meta-oe][PATCH]ntp: fix perl path Szombathelyi György
2015-01-18 14:42 ` Szombathelyi György [this message]
2015-01-21 20:05   ` Szombathelyi György
2015-01-23 11:22     ` Paul Eggleton
2015-01-23 12:42       ` Joe MacDonald
  -- strict thread matches above, loose matches on Subject: below --
2015-01-13 21:40 Szombathelyi György

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1443677.77tJzovrQh@gyurco.localdomain \
    --to=gyurco@freemail.hu \
    --cc=openembedded-devel@lists.openembedded.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.