From b29c7817f4cad5a84f039f882e96e84e7d2e8e5c Mon Sep 17 00:00:00 2001 From: Bernhard Walle Date: Wed, 15 Jun 2011 09:59:24 +0200 Subject: 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 in my application fails. Signed-off-by: Bernhard Walle Signed-off-by: Michael Olbrich --- rules/host-cmake.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'rules/host-cmake.make') 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) -- cgit v1.2.3