Thanks, applied as 083e93a990178290e01421e370cd9cb12eba14c3. Michael
[sent from post-receive hook] On Sat, 12 Jul 2025 17:48:26 +0200, Christian Melki <[email protected]> wrote: > 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]> > Message-Id: <[email protected]> > Signed-off-by: Michael Olbrich <[email protected]> > > diff --git a/rules/host-cmake.make b/rules/host-cmake.make > index 3910a6cf4015..4e78cbc64922 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)
