[OpenWrt-Devel] [PATCH] tools/cmake: update to 3.4.3
Hannu Nyman
hannu.nyman at iki.fi
Fri Jan 29 05:19:20 EST 2016
Update cmake to 3.4.3.
Signed-off-by: Hannu Nyman <hannu.nyman at iki.fi>
---
Changes are rather minor:
Changes in 3.4.3 since 3.4.2:
VS: Do not fail on Windows 10 with VS 2015 if no SDK is available (#15929)
Changes in 3.4.2 since 3.4.1:
CMakeDetermineCompilerId: Fix VS Itanium platform name (#15889)
VS: Do not select a partial Windows 10 SDK folder (#15831)
VS: Fix VS 2015 .vcxproj file value for GenerateDebugInformation (#15894)
cmSystemTools: Add VersionCompareEqual helper
VS: Fix Windows 10 SDK version selection (#15831)
FindJava: Fix typos in IdlJ and JarSigner component implementation
AIX,HP-UX: Fix RPATH handling when CMP0065 is set to NEW
tools/cmake/Makefile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/tools/cmake/Makefile b/tools/cmake/Makefile
index aa80c97..d7a68ea 100644
--- a/tools/cmake/Makefile
+++ b/tools/cmake/Makefile
@@ -7,12 +7,12 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=cmake
-PKG_VERSION:=3.4.1
+PKG_VERSION:=3.4.3
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=https://cmake.org/files/v3.4/ \
https://fossies.org/linux/misc/
-PKG_MD5SUM:=73acda0d33be9b2729af99893d99a012
+PKG_MD5SUM:=4cb3ff35b2472aae70f542116d616e63
HOST_BUILD_PARALLEL:=1
HOST_CONFIGURE_PARALLEL:=1
--
2.5.0
_______________________________________________
openwrt-devel mailing list
openwrt-devel at lists.openwrt.org
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel
More information about the openwrt-devel
mailing list