[oe] [PATCH] gnu-config: removed absolute perl binary paths from gnu-configize.
Martin Jansa
martin.jansa at gmail.com
Sun Feb 6 09:18:10 UTC 2011
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 at 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 at gmail.com
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 198 bytes
Desc: not available
URL: <http://lists.openembedded.org/pipermail/openembedded-devel/attachments/20110206/dbf63ac5/attachment-0002.sig>
More information about the Openembedded-devel
mailing list