summaryrefslogtreecommitdiffstats
path: root/rules/host-autotools-automake.make
diff options
context:
space:
mode:
authorClemens Gruber <clemens.gruber@pqgruber.com>2017-06-26 21:02:41 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2017-06-27 09:16:33 +0200
commit9d1ce86a6b8d5f87141bafead6ee27a9fc5b2ee6 (patch)
tree2eb0dbc3bb55a078c39ad84c9bc99ae6b3e4ca78 /rules/host-autotools-automake.make
parent72717558694610deec406d747a201b7274bee242 (diff)
downloadptxdist-9d1ce86a6b8d5f87141bafead6ee27a9fc5b2ee6.tar.gz
ptxdist-9d1ce86a6b8d5f87141bafead6ee27a9fc5b2ee6.tar.xz
automake: version bump 1.15 -> 1.15.1
The Perl regexp patch is now upstream, therefore removed. Signed-off-by: Clemens Gruber <clemens.gruber@pqgruber.com> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/host-autotools-automake.make')
-rw-r--r--rules/host-autotools-automake.make4
1 files changed, 2 insertions, 2 deletions
diff --git a/rules/host-autotools-automake.make b/rules/host-autotools-automake.make
index 4e7b1ac13..5827a63fb 100644
--- a/rules/host-autotools-automake.make
+++ b/rules/host-autotools-automake.make
@@ -16,8 +16,8 @@ LAZY_PACKAGES-$(PTXCONF_HOST_AUTOTOOLS_AUTOMAKE) += host-autotools-automake
#
# Paths and names
#
-HOST_AUTOTOOLS_AUTOMAKE_VERSION := 1.15
-HOST_AUTOTOOLS_AUTOMAKE_MD5 := 9a1ddb0e053474d9d1105cfe39b0c48d
+HOST_AUTOTOOLS_AUTOMAKE_VERSION := 1.15.1
+HOST_AUTOTOOLS_AUTOMAKE_MD5 := 24cd3501b6ad8cd4d7e2546f07e8b4d4
HOST_AUTOTOOLS_AUTOMAKE := automake-$(HOST_AUTOTOOLS_AUTOMAKE_VERSION)
HOST_AUTOTOOLS_AUTOMAKE_SUFFIX := tar.xz
HOST_AUTOTOOLS_AUTOMAKE_URL := $(call ptx/mirror, GNU, automake/$(HOST_AUTOTOOLS_AUTOMAKE).$(HOST_AUTOTOOLS_AUTOMAKE_SUFFIX))