summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--patches/cmake-2.8.7/0001-only-look-for-Python-with-version-number.patch (renamed from patches/cmake-2.8.6/0001-only-look-for-Python-with-version-number.patch)0
-rw-r--r--patches/cmake-2.8.7/series (renamed from patches/cmake-2.8.6/series)0
-rw-r--r--rules/host-cmake.make4
3 files changed, 2 insertions, 2 deletions
diff --git a/patches/cmake-2.8.6/0001-only-look-for-Python-with-version-number.patch b/patches/cmake-2.8.7/0001-only-look-for-Python-with-version-number.patch
index 3b392d689..3b392d689 100644
--- a/patches/cmake-2.8.6/0001-only-look-for-Python-with-version-number.patch
+++ b/patches/cmake-2.8.7/0001-only-look-for-Python-with-version-number.patch
diff --git a/patches/cmake-2.8.6/series b/patches/cmake-2.8.7/series
index 612a17ab9..612a17ab9 100644
--- a/patches/cmake-2.8.6/series
+++ b/patches/cmake-2.8.7/series
diff --git a/rules/host-cmake.make b/rules/host-cmake.make
index 03e560a20..b3fb413c4 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.6
-HOST_CMAKE_MD5 := 2147da452fd9212bb9b4542a9eee9d5b
+HOST_CMAKE_VERSION := 2.8.7
+HOST_CMAKE_MD5 := e1b237aeaed880f65dec9c20602452f6
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)