[openwrt/openwrt] tools/cmake: update to 4.2.3
LEDE Commits
lede-commits at lists.infradead.org
Wed Feb 18 10:16:41 PST 2026
robimarko pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/784ed3aeb6827f3cce0a6e53945b712f1a3d2573
commit 784ed3aeb6827f3cce0a6e53945b712f1a3d2573
Author: Hannu Nyman <hannu.nyman at iki.fi>
AuthorDate: Mon Feb 16 21:41:02 2026 +0200
tools/cmake: update to 4.2.3
Update cmake to version 4.2.3.
Signed-off-by: Hannu Nyman <hannu.nyman at iki.fi>
Link: https://github.com/openwrt/openwrt/pull/22052
Signed-off-by: Robert Marko <robimarko at gmail.com>
---
tools/cmake/Makefile | 4 ++--
tools/cmake/patches/160-disable_xcode_generator.patch | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/tools/cmake/Makefile b/tools/cmake/Makefile
index 108f1f9205..6548d09d9c 100644
--- a/tools/cmake/Makefile
+++ b/tools/cmake/Makefile
@@ -7,7 +7,7 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=cmake
-PKG_VERSION:=4.2.0
+PKG_VERSION:=4.2.3
PKG_VERSION_MAJOR:=$(word 1,$(subst ., ,$(PKG_VERSION))).$(word 2,$(subst ., ,$(PKG_VERSION)))
PKG_RELEASE:=1
PKG_CPE_ID:=cpe:/a:kitware:cmake
@@ -15,7 +15,7 @@ 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/v$(PKG_VERSION_MAJOR)/
-PKG_HASH:=4104e94657d247c811cb29985405a360b78130b5d51e7f6daceb2447830bd579
+PKG_HASH:=7efaccde8c5a6b2968bad6ce0fe60e19b6e10701a12fce948c2bf79bac8a11e9
HOST_BUILD_PARALLEL:=1
HOST_CONFIGURE_PARALLEL:=1
diff --git a/tools/cmake/patches/160-disable_xcode_generator.patch b/tools/cmake/patches/160-disable_xcode_generator.patch
index d4fc92560e..f70efc90cf 100644
--- a/tools/cmake/patches/160-disable_xcode_generator.patch
+++ b/tools/cmake/patches/160-disable_xcode_generator.patch
@@ -11,7 +11,7 @@
PRIVATE
--- a/Source/cmake.cxx
+++ b/Source/cmake.cxx
-@@ -143,7 +143,7 @@
+@@ -142,7 +142,7 @@
# endif
#endif
More information about the lede-commits
mailing list