summaryrefslogtreecommitdiffstats
path: root/rules/host-cmake.make
diff options
context:
space:
mode:
authorBernhard Walle <walle@corscience.de>2011-06-15 09:59:24 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2011-06-17 23:42:59 +0200
commitb29c7817f4cad5a84f039f882e96e84e7d2e8e5c (patch)
treedbc406173e7389645c4005ff8794e0a4666cb326 /rules/host-cmake.make
parent8653ea8084eefb657426d0bfb12ca63dc76c6ce3 (diff)
downloadptxdist-b29c7817f4cad5a84f039f882e96e84e7d2e8e5c.tar.gz
ptxdist-b29c7817f4cad5a84f039f882e96e84e7d2e8e5c.tar.xz
Update CMake to 2.8.4
For me this fixes a bug that the FindQt4 module doesn't set the include path correctly when the QMultimedia module is used, so #include <QAudioOutput> in my application fails. Signed-off-by: Bernhard Walle <walle@corscience.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 40eb8a23c..db4d9822e 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.1
-HOST_CMAKE_MD5 := feadc2e5ebbfed0efc90178583503725
+HOST_CMAKE_VERSION := 2.8.4
+HOST_CMAKE_MD5 := 209b7d1d04b2e00986538d74ba764fcf
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)