All of lore.kernel.org
 help / color / mirror / Atom feed
From: Martin Jansa <martin.jansa@gmail.com>
To: openembedded-devel@lists.openembedded.org
Subject: Re: [PATCH] gnu-config: removed absolute perl binary paths from gnu-configize.
Date: Sun, 6 Feb 2011 10:18:10 +0100	[thread overview]
Message-ID: <20110206091810.GL3265@jama> (raw)
In-Reply-To: <AANLkTimkAp+rAiDiiZsyhWYCbjzEaPw7sGc-zo0A3uro@mail.gmail.com>

[-- Attachment #1: Type: text/plain, Size: 1321 bytes --]

On Sat, Feb 05, 2011 at 06:50:16PM -0800, Khem Raj wrote:
> On Sat, Feb 5, 2011 at 9:26 AM, Filip Zyzniewski
> <filip.zyzniewski@gmail.com> wrote:
> > Related bugzilla entry: http://bugs.openembedded.org/show_bug.cgi?id=5510
> > ---
> >  recipes/gnu-config/files/gnu-configize.in |    4 ++--
> >  1 files changed, 2 insertions(+), 2 deletions(-)
> >
> > diff --git a/recipes/gnu-config/files/gnu-configize.in b/recipes/gnu-config/files/gnu-configize.in
> > index be8580c..adf9c0e 100755
> > --- a/recipes/gnu-config/files/gnu-configize.in
> > +++ b/recipes/gnu-config/files/gnu-configize.in
> > @@ -1,7 +1,7 @@
> > -#! /usr/bin/perl -w
> > +#! /usr/bin/env perl
> >  # -*- perl -*-
> >
> > -eval 'case $# in 0) exec /usr/bin/perl -S "$0";; *) exec /usr/bin/perl -S "$0" "$@";; esac'
> > +eval 'case $# in 0) exec perl -S "$0";; *) exec perl -S "$0" "$@";; esac'
> >     if 0;
> >
> >  # gnu-configize - install the GNU config.guess / config.sub in a directory tree
> > --
> > 1.7.1
> >
> 
> Looks ok however signoff it properly and resend. See
> http://openembedded.org/index.php/How_to_submit_a_patch_to_OpenEmbedded

And please rebase it on top of master, as first line was changed few
days ago, so this won't apply anymore.

-- 
Martin 'JaMa' Jansa     jabber: Martin.Jansa@gmail.com

[-- Attachment #2: Type: application/pgp-signature, Size: 205 bytes --]

  reply	other threads:[~2011-02-06  9:18 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-02-05 17:26 [PATCH] gnu-config: removed absolute perl binary paths from gnu-configize Filip Zyzniewski
2011-02-06  2:50 ` Khem Raj
2011-02-06  9:18   ` Martin Jansa [this message]
2011-02-06 15:44     ` Filip Zyzniewski

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=20110206091810.GL3265@jama \
    --to=martin.jansa@gmail.com \
    --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.