Version bump, my projects did build after the update on both x86 (i486) and ARM.
Signed-off-by: Bernhard Walle <[email protected]> --- rules/host-cmake.make | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/host-cmake.make b/rules/host-cmake.make index db4d982..fa65679 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) -- 1.7.6 -- ptxdist mailing list [email protected]
