Andrew Geissler | 6aa7eec | 2023-03-03 12:41:14 -0600 | [diff] [blame^] | 1 | DESCRIPTION = "Linux Serial Test Application" |
2 | HOMEPAGE = "https://github.com/cbrake/linux-serial-test" | ||||
3 | LICENSE = "MIT" | ||||
4 | LIC_FILES_CHKSUM = "file://LICENSES/MIT;md5=544799d0b492f119fa04641d1b8868ed" | ||||
5 | |||||
6 | SRC_URI = "git://github.com/cbrake/linux-serial-test.git;protocol=https;branch=master" | ||||
7 | |||||
8 | PV = "0+git${SRCPV}" | ||||
9 | SRCREV = "cacd2790eae7bf4767d4243f5b31134698d3b20d" | ||||
10 | |||||
11 | S = "${WORKDIR}/git" | ||||
12 | |||||
13 | inherit cmake |