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 | |
Patrick Williams | 73bd93f | 2024-02-20 08:07:48 -0600 | [diff] [blame] | 8 | PV = "0+git" |
Andrew Geissler | 8f84068 | 2023-07-21 09:09:43 -0500 | [diff] [blame] | 9 | SRCREV = "2ee61484167eab846f7b7c565284d7c350d738d3" |
Andrew Geissler | 6aa7eec | 2023-03-03 12:41:14 -0600 | [diff] [blame] | 10 | |
| 11 | S = "${WORKDIR}/git" |
| 12 | |
| 13 | inherit cmake |