summaryrefslogtreecommitdiffstats
path: root/meta-oe
diff options
context:
space:
mode:
authorAlper Ak <alperyasinak1@gmail.com>2025-07-11 09:23:38 +0300
committerKhem Raj <raj.khem@gmail.com>2025-07-11 08:35:27 -0700
commit392f0f0ea76dbe769698e77343c285ce3be28b6e (patch)
tree7cf8c3adc81d22486b81ea412e637373e5cba2d4 /meta-oe
parent78f1844816b4867410a5f0a93a382ee19185f0c9 (diff)
downloadmeta-openembedded-392f0f0ea76dbe769698e77343c285ce3be28b6e.tar.gz
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 <min> value. Or, use the <min>...<max> syntax | to tell CMake that the project requires at least <min> but has been updated | to work with policies introduced by <max> or earlier. | | Or, add -DCMAKE_POLICY_VERSION_MINIMUM=3.5 to try configuring anyway. | | | -- Configuring incomplete, errors occurred! Signed-off-by: Alper Ak <alperyasinak1@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe')
-rw-r--r--meta-oe/recipes-test/linux-serial-test/linux-serial-test_git.bb3
1 files changed, 1 insertions, 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"
4LIC_FILES_CHKSUM = "file://LICENSES/MIT;md5=544799d0b492f119fa04641d1b8868ed" 4LIC_FILES_CHKSUM = "file://LICENSES/MIT;md5=544799d0b492f119fa04641d1b8868ed"
5 5
6SRC_URI = "git://github.com/cbrake/linux-serial-test.git;protocol=https;branch=master" 6SRC_URI = "git://github.com/cbrake/linux-serial-test.git;protocol=https;branch=master"
7
8PV = "0+git" 7PV = "0+git"
9SRCREV = "2ee61484167eab846f7b7c565284d7c350d738d3" 8SRCREV = "1a81f3c7be086ee01a9be8589a606426276c86d5"
10 9
11# Upstream repo does not tag 10# Upstream repo does not tag
12UPSTREAM_CHECK_COMMITS = "1" 11UPSTREAM_CHECK_COMMITS = "1"