summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/automake
diff options
context:
space:
mode:
authorMarko Lindqvist <cazfi74@gmail.com>2013-10-10 02:29:53 +0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-10-14 16:55:32 +0100
commitb740c9275e33ee53b9a530aa7321ddacef58dba5 (patch)
treeda910855a74ff6ab5e1389d871c400f1f6d05011 /meta/recipes-devtools/automake
parente604aee52fe4231d1bb968f828669d7cbc29db0d (diff)
downloadpoky-b740c9275e33ee53b9a530aa7321ddacef58dba5.tar.gz
automake: update to upstream version 1.13.4
prefer-cpio-over-pax-for-ustar-archives.patch updated to apply (From OE-Core rev: fa026cd7bf05fcc447433c1cc073b290db7d77fa) Signed-off-by: Marko Lindqvist <cazfi74@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/automake')
-rw-r--r--meta/recipes-devtools/automake/automake/prefer-cpio-over-pax-for-ustar-archives.patch37
-rw-r--r--meta/recipes-devtools/automake/automake_1.13.4.bb (renamed from meta/recipes-devtools/automake/automake_1.12.6.bb)4
2 files changed, 21 insertions, 20 deletions
diff --git a/meta/recipes-devtools/automake/automake/prefer-cpio-over-pax-for-ustar-archives.patch b/meta/recipes-devtools/automake/automake/prefer-cpio-over-pax-for-ustar-archives.patch
index 4627855a1c..6ffff839c5 100644
--- a/meta/recipes-devtools/automake/automake/prefer-cpio-over-pax-for-ustar-archives.patch
+++ b/meta/recipes-devtools/automake/automake/prefer-cpio-over-pax-for-ustar-archives.patch
@@ -19,24 +19,13 @@ Updated for version 1.11.3:
19Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com> 19Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
20Date: 2011/03/14 20Date: 2011/03/14
21 21
22Index: automake-1.11.3/m4/tar.m4 22Updated for version 1.13.2:
23=================================================================== 23Signed-off-by: Marko Lindqvist <cazfi74@gmail.com>
24--- automake-1.11.3.orig/m4/tar.m4 2012-01-31 03:41:18.000000000 -0800 24
25+++ automake-1.11.3/m4/tar.m4 2012-03-14 17:36:11.901303777 -0700 25diff -Nurd automake-1.13.2/Makefile.in automake-1.13.2/Makefile.in
26@@ -31,7 +31,7 @@ m4_if([$1], [v7], 26--- automake-1.13.2/Makefile.in 2013-05-15 23:12:58.000000000 +0300
27 [m4_fatal([Unknown tar format])]) 27+++ automake-1.13.2/Makefile.in 2013-05-23 02:13:41.364026301 +0300
28 AC_MSG_CHECKING([how to create a $1 tar archive]) 28@@ -141,7 +141,7 @@
29 # Loop over all known methods to create a tar archive until one works.
30-_am_tools='gnutar m4_if([$1], [ustar], [plaintar]) pax cpio none'
31+_am_tools='gnutar m4_if([$1], [ustar], [plaintar]) cpio pax none'
32 _am_tools=${am_cv_prog_tar_$1-$_am_tools}
33 # Do not fold the above two line into one, because Tru64 sh and
34 # Solaris sh will not grok spaces in the rhs of `-'.
35Index: automake-1.11.3/Makefile.in
36===================================================================
37--- automake-1.11.3.orig/Makefile.in 2012-02-01 02:37:59.000000000 -0800
38+++ automake-1.11.3/Makefile.in 2012-03-14 17:38:03.530869197 -0700
39@@ -62,7 +62,7 @@ am__aclocal_m4_deps = $(top_srcdir)/m4/a
40 $(top_srcdir)/m4/options.m4 $(top_srcdir)/m4/runlog.m4 \ 29 $(top_srcdir)/m4/options.m4 $(top_srcdir)/m4/runlog.m4 \
41 $(top_srcdir)/m4/sanity.m4 $(top_srcdir)/m4/silent.m4 \ 30 $(top_srcdir)/m4/sanity.m4 $(top_srcdir)/m4/silent.m4 \
42 $(top_srcdir)/m4/strip.m4 $(top_srcdir)/m4/substnot.m4 \ 31 $(top_srcdir)/m4/strip.m4 $(top_srcdir)/m4/substnot.m4 \
@@ -45,3 +34,15 @@ Index: automake-1.11.3/Makefile.in
45 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 34 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
46 $(ACLOCAL_M4) 35 $(ACLOCAL_M4)
47 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \ 36 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
37diff -Nurd automake-1.13.2/m4/tar.m4 automake-1.13.2/m4/tar.m4
38--- automake-1.13.2/m4/tar.m4 2013-05-13 23:12:48.000000000 +0300
39+++ automake-1.13.2/m4/tar.m4 2013-05-23 02:13:26.600025805 +0300
40@@ -26,7 +26,7 @@
41 AC_SUBST([AMTAR], ['$${TAR-tar}'])
42
43 # We'll loop over all known methods to create a tar archive until one works.
44-_am_tools='gnutar m4_if([$1], [ustar], [plaintar]) pax cpio none'
45+_am_tools='gnutar m4_if([$1], [ustar], [plaintar]) cpio pax none'
46
47 m4_if([$1], [v7],
48 [am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -'], \ No newline at end of file
diff --git a/meta/recipes-devtools/automake/automake_1.12.6.bb b/meta/recipes-devtools/automake/automake_1.13.4.bb
index b65e5ae103..b114d990ce 100644
--- a/meta/recipes-devtools/automake/automake_1.12.6.bb
+++ b/meta/recipes-devtools/automake/automake_1.13.4.bb
@@ -28,8 +28,8 @@ SRC_URI += "${PATHFIXPATCH} \
28 file://py-compile-compile-only-optimized-byte-code.patch \ 28 file://py-compile-compile-only-optimized-byte-code.patch \
29 file://buildtest.patch" 29 file://buildtest.patch"
30 30
31SRC_URI[md5sum] = "199d39ece2e6070d64ac20d45ac86026" 31SRC_URI[md5sum] = "9199e266993a5bbdc914923349d51e3e"
32SRC_URI[sha256sum] = "0cbe570db487908e70af7119da85ba04f7e28656b26f717df0265ae08defd9ef" 32SRC_URI[sha256sum] = "4c93abc0bff54b296f41f92dd3aa1e73e554265a6f719df465574983ef6f878c"
33 33
34do_install_append () { 34do_install_append () {
35 install -d ${D}${datadir} 35 install -d ${D}${datadir}