diff options
| author | Alper Ak <alperyasinak1@gmail.com> | 2025-07-11 09:23:38 +0300 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2025-07-11 08:35:27 -0700 |
| commit | 392f0f0ea76dbe769698e77343c285ce3be28b6e (patch) | |
| tree | 7cf8c3adc81d22486b81ea412e637373e5cba2d4 /meta-oe/recipes-test | |
| parent | 78f1844816b4867410a5f0a93a382ee19185f0c9 (diff) | |
| download | meta-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/recipes-test')
| -rw-r--r-- | meta-oe/recipes-test/linux-serial-test/linux-serial-test_git.bb | 3 |
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" | |||
| 4 | LIC_FILES_CHKSUM = "file://LICENSES/MIT;md5=544799d0b492f119fa04641d1b8868ed" | 4 | LIC_FILES_CHKSUM = "file://LICENSES/MIT;md5=544799d0b492f119fa04641d1b8868ed" |
| 5 | 5 | ||
| 6 | SRC_URI = "git://github.com/cbrake/linux-serial-test.git;protocol=https;branch=master" | 6 | SRC_URI = "git://github.com/cbrake/linux-serial-test.git;protocol=https;branch=master" |
| 7 | |||
| 8 | PV = "0+git" | 7 | PV = "0+git" |
| 9 | SRCREV = "2ee61484167eab846f7b7c565284d7c350d738d3" | 8 | SRCREV = "1a81f3c7be086ee01a9be8589a606426276c86d5" |
| 10 | 9 | ||
| 11 | # Upstream repo does not tag | 10 | # Upstream repo does not tag |
| 12 | UPSTREAM_CHECK_COMMITS = "1" | 11 | UPSTREAM_CHECK_COMMITS = "1" |
