summaryrefslogtreecommitdiffstats
path: root/rules/host-autotools-automake.make
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2014-03-19 09:51:48 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2014-03-19 09:51:48 +0100
commite637e7372a4b0e0468d9561407bf56bb8fd04681 (patch)
treecea0ee121db7790e56ceb92a07d39d9cd766d8c0 /rules/host-autotools-automake.make
parent657d30cc3b49e18bee4b2df4b8fc649548153ac3 (diff)
downloadptxdist-e637e7372a4b0e0468d9561407bf56bb8fd04681.tar.gz
ptxdist-e637e7372a4b0e0468d9561407bf56bb8fd04681.tar.xz
host-autotools-automake: version bump 1.11.1 -> 1.14.1
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/host-autotools-automake.make')
-rw-r--r--rules/host-autotools-automake.make6
1 files changed, 3 insertions, 3 deletions
diff --git a/rules/host-autotools-automake.make b/rules/host-autotools-automake.make
index 8e19eb91f..81827299f 100644
--- a/rules/host-autotools-automake.make
+++ b/rules/host-autotools-automake.make
@@ -16,10 +16,10 @@ LAZY_PACKAGES-$(PTXCONF_HOST_AUTOTOOLS_AUTOMAKE) += host-autotools-automake
#
# Paths and names
#
-HOST_AUTOTOOLS_AUTOMAKE_VERSION := 1.11.1
-HOST_AUTOTOOLS_AUTOMAKE_MD5 := c2972c4d9b3e29c03d5f2af86249876f
+HOST_AUTOTOOLS_AUTOMAKE_VERSION := 1.14.1
+HOST_AUTOTOOLS_AUTOMAKE_MD5 := 7fc29854c520f56b07aa232a0f880292
HOST_AUTOTOOLS_AUTOMAKE := automake-$(HOST_AUTOTOOLS_AUTOMAKE_VERSION)
-HOST_AUTOTOOLS_AUTOMAKE_SUFFIX := tar.bz2
+HOST_AUTOTOOLS_AUTOMAKE_SUFFIX := tar.xz
HOST_AUTOTOOLS_AUTOMAKE_URL := $(call ptx/mirror, GNU, automake/$(HOST_AUTOTOOLS_AUTOMAKE).$(HOST_AUTOTOOLS_AUTOMAKE_SUFFIX))
HOST_AUTOTOOLS_AUTOMAKE_SOURCE := $(SRCDIR)/$(HOST_AUTOTOOLS_AUTOMAKE).$(HOST_AUTOTOOLS_AUTOMAKE_SUFFIX)
HOST_AUTOTOOLS_AUTOMAKE_DIR := $(HOST_BUILDDIR)/$(HOST_AUTOTOOLS_AUTOMAKE)