restriction for ces2019
[apps/onscreenapp.git] / sample / restriction.bb
1 SUMMARY     = "Demo app for restriction"
2 DESCRIPTION = "AGL demo app for restriction"
3 HOMEPAGE    = "http://oss-project.tmc-tokai.jp/gitlab/als2018/restriction"
4 SECTION     = "apps"
5
6 LICENSE     = "Apache-2.0"
7 LIC_FILES_CHKSUM = "file://LICENSE;md5=ae6497158920d9524cf208c09cc4c984"
8
9 USERNAME = ""
10 PASSWORD = ""
11
12 SRC_URI = "git://oss-project.tmc-tokai.jp/gitlab/als2018/restriction.git;protocol=http;branch=master;user=${USERNAME}:${PASSWORD}"
13 SRCREV  = "11f8e900accaa78c4643815157cdc5c123b64303"
14
15 PV = "1.0+git${SRCPV}"
16 S  = "${WORKDIR}/git"
17
18 # build-time dependencies
19 DEPENDS += "qtquickcontrols2 virtual/libhomescreen qlibwindowmanager "
20
21 # runtime dependencies
22 # RDEPENDS_${PN} += ""
23
24 inherit qmake5 aglwgt