aboutsummaryrefslogtreecommitdiffstats
path: root/sample/tachometer_git.bb
blob: dca817ef6e3e8071706341e3ef6972b569363e1b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
SUMMARY     = "Demo app for streeting-wheel"
DESCRIPTION = "AGL demo app for streeting-wheel"
HOMEPAGE    = "http://oss-project.tmc-tokai.jp/gitlab/ces2019/tachometer"
SECTION     = "apps"

LICENSE     = "Apache-2.0"
LIC_FILES_CHKSUM = "file://LICENSE;md5=ae6497158920d9524cf208c09cc4c984"

USERNAME = ""
PASSWORD = ""

SRC_URI = "git://oss-project.tmc-tokai.jp/gitlab/ces2019/tachometer.git;protocol=http;branch=master;user=${USERNAME}:${PASSWORD}"
SRCREV = "671a58c7bb135bf6f8078d755efb76360d0d3c99"

PV = "1.0+git${SRCPV}"
S  = "${WORKDIR}/git"

# build-time dependencies
DEPENDS += "qtquickcontrols2 opencv"

# runtime dependencies
RDEPENDS_${PN} += "agl-service-steering-wheel"

inherit qmake5 aglwgt