aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-test/diag/diag_git.bb
blob: a42c1261b50073a85fef0c94086afc66bd47044e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
SUMMARY = "DIAG implements routing of diagnostics related messages between host and various subsystems."
HOMEPAGE = "https://github.com/andersson/diag"
LICENSE = "BSD-3-Clause"
LIC_FILES_CHKSUM = "file://LICENSE;md5=f6832ae4af693c6f31ffd931e25ef580"

SRC_URI = "git://github.com/andersson/diag.git;protocol=https \
           file://0001-Disable-use-of-__NR_io_getevents-when-not-defined.patch \
           "

PV = "0.0+git${SRCPV}"
SRCREV = "cc5dc0dec3f584d4a500fa36b983e6e77a98e478"

S = "${WORKDIR}/git"

DEPENDS = "qrtr udev"

do_compile () {
	oe_runmake
}

do_install () {
	oe_runmake install 'DESTDIR=${D}'
}