diff options
| -rw-r--r-- | meta/packages/automake/automake-native_1.10.bb (renamed from meta/packages/automake/automake-native_1.9.6.bb) | 2 | ||||
| -rw-r--r-- | meta/packages/automake/automake_1.10.bb (renamed from meta/packages/automake/automake_1.9.6.bb) | 0 | ||||
| -rw-r--r-- | meta/packages/automake/files/path_prog_fixes.patch | 53 |
3 files changed, 32 insertions, 23 deletions
diff --git a/meta/packages/automake/automake-native_1.9.6.bb b/meta/packages/automake/automake-native_1.10.bb index 92c861f49c..8fc754e82f 100644 --- a/meta/packages/automake/automake-native_1.9.6.bb +++ b/meta/packages/automake/automake-native_1.10.bb | |||
| @@ -1,3 +1 @@ | |||
| 1 | PV := "${PV}" | ||
| 2 | |||
| 3 | require automake-native.inc | require automake-native.inc | |
diff --git a/meta/packages/automake/automake_1.9.6.bb b/meta/packages/automake/automake_1.10.bb index 1235c10963..1235c10963 100644 --- a/meta/packages/automake/automake_1.9.6.bb +++ b/meta/packages/automake/automake_1.10.bb | |||
diff --git a/meta/packages/automake/files/path_prog_fixes.patch b/meta/packages/automake/files/path_prog_fixes.patch index a85b244205..32e190e240 100644 --- a/meta/packages/automake/files/path_prog_fixes.patch +++ b/meta/packages/automake/files/path_prog_fixes.patch | |||
| @@ -1,8 +1,15 @@ | |||
| 1 | Index: automake-1.9.3/Makefile.am | 1 | --- |
| 2 | =================================================================== | 2 | Makefile.am | 3 ++- |
| 3 | --- automake-1.9.3.orig/Makefile.am 2004-10-25 14:57:30.000000000 -0400 | 3 | Makefile.in | 3 ++- |
| 4 | +++ automake-1.9.3/Makefile.am 2005-03-09 16:47:38.241364016 -0500 | 4 | aclocal.in | 4 ++-- |
| 5 | @@ -66,7 +66,8 @@ | 5 | automake.in | 6 ++++-- |
| 6 | 4 files changed, 10 insertions(+), 6 deletions(-) | ||
| 7 | |||
| 8 | --- automake-1.10.orig/Makefile.am | ||
| 9 | +++ automake-1.10/Makefile.am | ||
| 10 | @@ -73,11 +73,12 @@ do_subst = sed \ | ||
| 11 | -e 's,[@]PATH_SEPARATOR[@],$(PATH_SEPARATOR),g' \ | ||
| 12 | -e 's,[@]PERL[@],$(PERL),g' \ | ||
| 6 | -e 's,[@]SHELL[@],$(SHELL),g' \ | 13 | -e 's,[@]SHELL[@],$(SHELL),g' \ |
| 7 | -e 's,[@]VERSION[@],$(VERSION),g' \ | 14 | -e 's,[@]VERSION[@],$(VERSION),g' \ |
| 8 | -e 's,[@]configure_input[@],Generated from $@.in; do not edit by hand.,g' \ | 15 | -e 's,[@]configure_input[@],Generated from $@.in; do not edit by hand.,g' \ |
| @@ -12,11 +19,13 @@ Index: automake-1.9.3/Makefile.am | |||
| 12 | 19 | ||
| 13 | ## These files depend on Makefile so they are rebuilt if $(VERSION), | 20 | ## These files depend on Makefile so they are rebuilt if $(VERSION), |
| 14 | ## $(datadir) or other do_subst'ituted variables change. | 21 | ## $(datadir) or other do_subst'ituted variables change. |
| 15 | Index: automake-1.9.3/Makefile.in | 22 | ## Use chmod a-w to prevent people from editing the wrong file by accident. |
| 16 | =================================================================== | 23 | automake: automake.in |
| 17 | --- automake-1.9.3.orig/Makefile.in 2004-11-01 05:23:54.000000000 -0500 | 24 | --- automake-1.10.orig/Makefile.in |
| 18 | +++ automake-1.9.3/Makefile.in 2005-03-09 16:47:54.712859968 -0500 | 25 | +++ automake-1.10/Makefile.in |
| 19 | @@ -161,7 +161,8 @@ | 26 | @@ -183,11 +183,12 @@ do_subst = sed \ |
| 27 | -e 's,[@]PATH_SEPARATOR[@],$(PATH_SEPARATOR),g' \ | ||
| 28 | -e 's,[@]PERL[@],$(PERL),g' \ | ||
| 20 | -e 's,[@]SHELL[@],$(SHELL),g' \ | 29 | -e 's,[@]SHELL[@],$(SHELL),g' \ |
| 21 | -e 's,[@]VERSION[@],$(VERSION),g' \ | 30 | -e 's,[@]VERSION[@],$(VERSION),g' \ |
| 22 | -e 's,[@]configure_input[@],Generated from $@.in; do not edit by hand.,g' \ | 31 | -e 's,[@]configure_input[@],Generated from $@.in; do not edit by hand.,g' \ |
| @@ -26,12 +35,12 @@ Index: automake-1.9.3/Makefile.in | |||
| 26 | 35 | ||
| 27 | WGET = wget | 36 | WGET = wget |
| 28 | WGETSGO = $(WGET) http://savannah.gnu.org/cgi-bin/viewcvs/~checkout~ | 37 | WGETSGO = $(WGET) http://savannah.gnu.org/cgi-bin/viewcvs/~checkout~ |
| 29 | Index: automake-1.9.3/aclocal.in | 38 | FETCHFILES = \ |
| 30 | =================================================================== | 39 | INSTALL \ |
| 31 | --- automake-1.9.3.orig/aclocal.in 2004-10-10 12:10:24.000000000 -0400 | 40 | --- automake-1.10.orig/aclocal.in |
| 32 | +++ automake-1.9.3/aclocal.in 2005-03-09 16:47:38.241364016 -0500 | 41 | +++ automake-1.10/aclocal.in |
| 33 | @@ -1,8 +1,8 @@ | 42 | @@ -1,10 +1,10 @@ |
| 34 | -#!@PERL@ | 43 | -#!@PERL@ -w |
| 35 | +#!@bindir@/env perl | 44 | +#!@bindir@/env perl |
| 36 | # -*- perl -*- | 45 | # -*- perl -*- |
| 37 | # @configure_input@ | 46 | # @configure_input@ |
| @@ -41,11 +50,11 @@ Index: automake-1.9.3/aclocal.in | |||
| 41 | if 0; | 50 | if 0; |
| 42 | 51 | ||
| 43 | # aclocal - create aclocal.m4 by scanning configure.ac | 52 | # aclocal - create aclocal.m4 by scanning configure.ac |
| 44 | Index: automake-1.9.3/automake.in | 53 | |
| 45 | =================================================================== | 54 | # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, |
| 46 | --- automake-1.9.3.orig/automake.in 2004-10-21 16:23:26.000000000 -0400 | 55 | --- automake-1.10.orig/automake.in |
| 47 | +++ automake-1.9.3/automake.in 2005-03-09 16:47:38.245363408 -0500 | 56 | +++ automake-1.10/automake.in |
| 48 | @@ -1,8 +1,10 @@ | 57 | @@ -1,10 +1,12 @@ |
| 49 | -#!@PERL@ -w | 58 | -#!@PERL@ -w |
| 50 | +#!@bindir@/env perl | 59 | +#!@bindir@/env perl |
| 51 | # -*- perl -*- | 60 | # -*- perl -*- |
| @@ -58,3 +67,5 @@ Index: automake-1.9.3/automake.in | |||
| 58 | if 0; | 67 | if 0; |
| 59 | 68 | ||
| 60 | # automake - create Makefile.in from Makefile.am | 69 | # automake - create Makefile.in from Makefile.am |
| 70 | # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, | ||
| 71 | # 2003, 2004, 2005, 2006 Free Software Foundation, Inc. | ||
