aboutsummaryrefslogtreecommitdiffstats
path: root/meta-rcar-gen3/recipes-multimedia/avb-applications/avbtool.bb
blob: 5c002776816eb55c94a3cef69ae2074ba67b0456 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
DESCRIPTION = "Utility tool of the AVB Streaming Driver for Linux for the R-Car Gen3"

require avb-applications.inc

LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://COPYING.MIT;md5=96659f2a7571bfa27483882a653c3bb9"

DEPENDS = "kernel-module-avb-streaming"

S = "${WORKDIR}/git/avbtool"

EXTRA_OEMAKE = "'CC=${CC}'"

do_install_append() {
    install -d ${D}/${bindir}
    install -m 755 ${S}/avbtool ${D}/${bindir}
}