summaryrefslogtreecommitdiffstats
path: root/rules/host-cmake.make
diff options
context:
space:
mode:
authorBernhard Walle <bernhard@bwalle.de>2012-04-22 19:36:06 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2012-04-23 10:07:57 +0200
commit5d3ed321b2dcb240398996569b70bec1e140095a (patch)
tree4fd8db1addbfd1f3d100fb3c23274e813ab241d4 /rules/host-cmake.make
parent50a63b175d207ea65b251ceadd7d1a67e888c81e (diff)
downloadptxdist-5d3ed321b2dcb240398996569b70bec1e140095a.tar.gz
ptxdist-5d3ed321b2dcb240398996569b70bec1e140095a.tar.xz
Update host-cmake to 2.8.8
Changelog is at http://www.kitware.com/news/home/browse/CMake?2012_04_19&CMake+2.8.8+is+Now+Available. The new OBJECT_LIBRARY feature sounds promising. 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 b3fb413c4..6070677be 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.7
-HOST_CMAKE_MD5 := e1b237aeaed880f65dec9c20602452f6
+HOST_CMAKE_VERSION := 2.8.8
+HOST_CMAKE_MD5 := ba74b22c788a0c8547976b880cd02b17
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)