On Sat, Feb 05, 2011 at 06:50:16PM -0800, Khem Raj wrote:
> On Sat, Feb 5, 2011 at 9:26 AM, Filip Zyzniewski
> <[email protected]> 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: [email protected]

Attachment: pgpP4OAxhtVzR.pgp
Description: PGP signature

_______________________________________________
Openembedded-devel mailing list
[email protected]
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel

Reply via email to