mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-17 06:50:07 +00:00
392f0f0ea7
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>
15 lines
425 B
BlitzBasic
15 lines
425 B
BlitzBasic
DESCRIPTION = "Linux Serial Test Application"
|
|
HOMEPAGE = "https://github.com/cbrake/linux-serial-test"
|
|
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 = "1a81f3c7be086ee01a9be8589a606426276c86d5"
|
|
|
|
# Upstream repo does not tag
|
|
UPSTREAM_CHECK_COMMITS = "1"
|
|
|
|
|
|
inherit cmake
|