summaryrefslogtreecommitdiffstats
path: root/rules/host-cmake.make
diff options
context:
space:
mode:
authorBernhard Walle <bernhard@bwalle.de>2011-07-14 18:23:26 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2011-07-15 15:24:24 +0200
commit4f0043c1699d97bdc4aec8a43dfb318a8312b703 (patch)
treec5da3e7e590b55bc24dad591b53197bdf67871d5 /rules/host-cmake.make
parent678f9d3343863379cf409c7c9f83198260485193 (diff)
downloadptxdist-4f0043c1699d97bdc4aec8a43dfb318a8312b703.tar.gz
ptxdist-4f0043c1699d97bdc4aec8a43dfb318a8312b703.tar.xz
Update cmake to 2.8.5
Version bump, my projects did build after the update on both x86 (i486) and ARM. Signed-off-by: Bernhard Walle <bernhard@bwalle.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/host-cmake.make')
-rw-r--r--rules/host-cmake.make4
1 files changed, 2 insertions, 2 deletions
diff --git a/rules/host-cmake.make b/rules/host-cmake.make
index db4d9822e..fa6567978 100644
--- a/rules/host-cmake.make
+++ b/rules/host-cmake.make
@@ -17,8 +17,8 @@ HOST_PACKAGES-$(PTXCONF_HOST_CMAKE) += host-cmake
#
# Paths and names
#
-HOST_CMAKE_VERSION := 2.8.4
-HOST_CMAKE_MD5 := 209b7d1d04b2e00986538d74ba764fcf
+HOST_CMAKE_VERSION := 2.8.5
+HOST_CMAKE_MD5 := 3c5d32cec0f4c2dc45f4c2e84f4a20c5
HOST_CMAKE := cmake-$(HOST_CMAKE_VERSION)
HOST_CMAKE_SUFFIX := tar.gz
HOST_CMAKE_URL := http://www.cmake.org/files/v2.8/$(HOST_CMAKE).$(HOST_CMAKE_SUFFIX)