Regression fixes as per the CMake documentation. https://cmake.org/cmake/help/latest/release/3.31.html
I tried the new CMake 4.0+, but that one made a few of my packages break, so stick to 3.31 for now. Signed-off-by: Christian Melki <[email protected]> --- rules/host-cmake.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/host-cmake.make b/rules/host-cmake.make index 3910a6cf4..4e78cbc64 100644 --- a/rules/host-cmake.make +++ b/rules/host-cmake.make @@ -15,8 +15,8 @@ HOST_PACKAGES-$(PTXCONF_HOST_CMAKE) += host-cmake # # Paths and names # -HOST_CMAKE_VERSION := 3.31.3 -HOST_CMAKE_MD5 := 7e70631e38a615be8f988663e8a07fb8 +HOST_CMAKE_VERSION := 3.31.8 +HOST_CMAKE_MD5 := 2f3372bf6360996323836f5522dc505c HOST_CMAKE := cmake-$(HOST_CMAKE_VERSION) HOST_CMAKE_SUFFIX := tar.gz HOST_CMAKE_URL := https://cmake.org/files/v$(basename $(HOST_CMAKE_VERSION))/$(HOST_CMAKE).$(HOST_CMAKE_SUFFIX) -- 2.34.1
