summaryrefslogtreecommitdiff
path: root/recipes-devtools/serialtest/serial-test_git.bb
blob: 7cbc969d499d99cd07bf027f4d27707bb8b53bef (plain)
1
2
3
4
5
6
7
8
9
10
11
12
SUMMARY = "Serial test application"
HOMEPAGE = "https://github.com/cbrake/linux-serial-test"
SECTION = "utils"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://LICENSES/MIT;md5=544799d0b492f119fa04641d1b8868ed"
SRCREV = "d5d32b0765f0ae78e6ec4cbe6ad0800e470aaf67"

SRC_URI = "git://github.com/cbrake/linux-serial-test.git;branch=master;protocol=git"

S = "${WORKDIR}/git/"

inherit cmake