From 392f0f0ea76dbe769698e77343c285ce3be28b6e Mon Sep 17 00:00:00 2001 From: Alper Ak Date: Fri, 11 Jul 2025 09:23:38 +0300 Subject: [PATCH] linux-serial-test: Bump SRCREV to allow CMake 4+ compatibility Fix: | CMake Error at CMakeLists.txt:4 (cmake_minimum_required): | Compatibility with CMake < 3.5 has been removed from CMake. | | Update the VERSION argument value. Or, use the ... syntax | to tell CMake that the project requires at least but has been updated | to work with policies introduced by or earlier. | | Or, add -DCMAKE_POLICY_VERSION_MINIMUM=3.5 to try configuring anyway. | | | -- Configuring incomplete, errors occurred! Signed-off-by: Alper Ak Signed-off-by: Khem Raj --- .../recipes-test/linux-serial-test/linux-serial-test_git.bb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/meta-oe/recipes-test/linux-serial-test/linux-serial-test_git.bb b/meta-oe/recipes-test/linux-serial-test/linux-serial-test_git.bb index c617cf09a3..888b13e2f6 100644 --- a/meta-oe/recipes-test/linux-serial-test/linux-serial-test_git.bb +++ b/meta-oe/recipes-test/linux-serial-test/linux-serial-test_git.bb @@ -4,9 +4,8 @@ LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSES/MIT;md5=544799d0b492f119fa04641d1b8868ed" SRC_URI = "git://github.com/cbrake/linux-serial-test.git;protocol=https;branch=master" - PV = "0+git" -SRCREV = "2ee61484167eab846f7b7c565284d7c350d738d3" +SRCREV = "1a81f3c7be086ee01a9be8589a606426276c86d5" # Upstream repo does not tag UPSTREAM_CHECK_COMMITS = "1"