summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-test/linux-serial-test/linux-serial-test_git.bb
blob: 7346011158225a0a5b3eccc00636697d4b157eb8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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 = "2ee61484167eab846f7b7c565284d7c350d738d3"

# Upstream repo does not tag
UPSTREAM_CHECK_COMMITS = "1"

S = "${WORKDIR}/git"

inherit cmake