mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-08-12 23:54:11 +00:00
Update the recipe to latest git revision to pull in latest fixes. Signed-off-by: Marek Vasut <marex@denx.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
14 lines
396 B
BlitzBasic
14 lines
396 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${SRCPV}"
|
|
SRCREV = "2ee61484167eab846f7b7c565284d7c350d738d3"
|
|
|
|
S = "${WORKDIR}/git"
|
|
|
|
inherit cmake
|