From 8af80e79bd5b750bf9a5ab01a6ecdb3971248bae Mon Sep 17 00:00:00 2001 From: Rosen Penev Date: Sun, 5 Apr 2020 15:38:32 -0700 Subject: tools/cmake: update to 3.17.0 Remove libressl patches; they are no longer needed as LibreSSl adde support Replace qt tests patch with one that disables all of them. Refresh remaining one. Signed-off-by: Rosen Penev --- tools/cmake/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'tools/cmake/Makefile') diff --git a/tools/cmake/Makefile b/tools/cmake/Makefile index 336db5dd1f..ab3d225aa6 100644 --- a/tools/cmake/Makefile +++ b/tools/cmake/Makefile @@ -7,13 +7,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=cmake -PKG_VERSION:=3.16.5 +PKG_VERSION:=3.17.0 PKG_CPE_ID:=cpe:/a:kitware:cmake PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://github.com/Kitware/CMake/releases/download/v$(PKG_VERSION)/ \ - https://cmake.org/files/v3.16/ -PKG_HASH:=5f760b50b8ecc9c0c37135fae5fbf00a2fef617059aa9d61c1bb91653e5a8bfc + https://cmake.org/files/v3.17/ +PKG_HASH:=b74c05b55115eacc4fa2b77a814981dbda05cdc95a53e279fe16b7b272f00847 HOST_BUILD_PARALLEL:=1 HOST_CONFIGURE_PARALLEL:=1 -- cgit v1.2.3