summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/automake/automake/path_prog_fixes.patch
diff options
context:
space:
mode:
authorRobert Yang <liezhi.yang@windriver.com>2013-12-26 23:00:53 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-01-06 11:13:58 +0000
commit9c1d1ddf5e2c3a8beed1a2937dea0f2b9edd5c71 (patch)
tree794f378b8cdf2ab5733beb6bcac65ad12b35a342 /meta/recipes-devtools/automake/automake/path_prog_fixes.patch
parentfc8931b34b7bf9b0c9207d94cc21d5409e630f78 (diff)
downloadast2050-yocto-poky-9c1d1ddf5e2c3a8beed1a2937dea0f2b9edd5c71.zip
ast2050-yocto-poky-9c1d1ddf5e2c3a8beed1a2937dea0f2b9edd5c71.tar.gz
automake: upgrade to 1.14
Upgrade from 1.13.4 to 1.14: - Remove the PATHFIXPATCH variable and path_prog_fixes.patch since the problem can be fixed by the do_install_append(). - Remove prefer-cpio-over-pax-for-ustar-archives.patch since it have been fixed by the upgrade. (From OE-Core rev: a223d646de4074ec792b879b8d21497c58c7bd4a) Signed-off-by: Robert Yang <liezhi.yang@windriver.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/automake/automake/path_prog_fixes.patch')
-rw-r--r--meta/recipes-devtools/automake/automake/path_prog_fixes.patch41
1 files changed, 0 insertions, 41 deletions
diff --git a/meta/recipes-devtools/automake/automake/path_prog_fixes.patch b/meta/recipes-devtools/automake/automake/path_prog_fixes.patch
deleted file mode 100644
index 9ee0672..0000000
--- a/meta/recipes-devtools/automake/automake/path_prog_fixes.patch
+++ /dev/null
@@ -1,41 +0,0 @@
-Upstream-Status: Inappropriate [embedded specific]
-
----
- Makefile.am | 3 ++-
- Makefile.in | 3 ++-
- aclocal.in | 4 ++--
- automake.in | 6 ++++--
- 4 files changed, 10 insertions(+), 6 deletions(-)
-
-Index: automake-1.12.1/aclocal.in
-===================================================================
---- automake-1.12.1.orig/aclocal.in
-+++ automake-1.12.1/aclocal.in
-@@ -1,8 +1,8 @@
--#!@PERL@ -w
-+#!@bindir@/env perl
- # -*- perl -*-
- # @configure_input@
-
--eval 'case $# in 0) exec @PERL@ -S "$0";; *) exec @PERL@ -S "$0" "$@";; esac'
-+eval 'case $# in 0) exec @bindir@/env perl -S "$0";; *) exec @bindir@/env perl -S "$0" "$@";; esac'
- if 0;
-
- # aclocal - create aclocal.m4 by scanning configure.ac
-Index: automake-1.12.1/automake.in
-===================================================================
---- automake-1.12.1.orig/automake.in
-+++ automake-1.12.1/automake.in
-@@ -1,8 +1,10 @@
--#!@PERL@ -w
-+#!@bindir@/env perl
- # -*- perl -*-
- # @configure_input@
-
--eval 'case $# in 0) exec @PERL@ -S "$0";; *) exec @PERL@ -S "$0" "$@";; esac'
-+use warnings;
-+
-+eval 'case $# in 0) exec @bindir@/env perl -S "$0";; *) exec @bindir@/env perl -S "$0" "$@";; esac'
- if 0;
-
- # automake - create Makefile.in from Makefile.am
OpenPOWER on IntegriCloud