summaryrefslogtreecommitdiffstats
path: root/rules/host-autotools-automake.make
diff options
context:
space:
mode:
authorBaeuerle, Florian <Florian.Baeuerle@allegion.com>2018-05-14 10:54:56 +0000
committerMichael Olbrich <m.olbrich@pengutronix.de>2018-05-17 12:07:14 +0200
commitf20693599eeb7fac548dfc776c0b0b222c41b557 (patch)
treead3b4238cbe9a62cea865f8ec9acc0576a6141b7 /rules/host-autotools-automake.make
parenta48864647936dac54ea6cca795171a6a63d5eefc (diff)
downloadptxdist-f20693599eeb7fac548dfc776c0b0b222c41b557.tar.gz
ptxdist-f20693599eeb7fac548dfc776c0b0b222c41b557.tar.xz
host-autotools-automake: version bump 1.5.1 -> 1.6.1
Removed patch: - 0001-disable-manpages.patch: Build succeeds without this patch. Signed-off-by: Florian Bäuerle <florian.baeuerle@allegion.com>
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 2f1478608..cbe62bbb6 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.1
-HOST_AUTOTOOLS_AUTOMAKE_MD5 := 24cd3501b6ad8cd4d7e2546f07e8b4d4
+HOST_AUTOTOOLS_AUTOMAKE_VERSION := 1.16.1
+HOST_AUTOTOOLS_AUTOMAKE_MD5 := 53f38e7591fa57c3d2cee682be668e5b
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))