diff options
author | zheng_wenlong <wenlong_zheng@nexty-ele.com> | 2018-11-07 16:08:50 +0900 |
---|---|---|
committer | zheng_wenlong <wenlong_zheng@nexty-ele.com> | 2018-11-07 16:08:50 +0900 |
commit | 9c7608cf2c7e5eb4533c66a6a681108a3ebac92e (patch) | |
tree | dced417bc15731dfca2d39361f18afafe4e9a097 /sample | |
parent | ec044f44133cad1d12311345437b13b1a953226e (diff) |
add restrictionsandbox/zheng_wenlong/restriction
Diffstat (limited to 'sample')
-rw-r--r-- | sample/restriction.bb | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/sample/restriction.bb b/sample/restriction.bb new file mode 100644 index 0000000..9c99244 --- /dev/null +++ b/sample/restriction.bb @@ -0,0 +1,24 @@ +SUMMARY = "Demo app for restriction" +DESCRIPTION = "AGL demo app for restriction" +HOMEPAGE = "http://oss-project.tmc-tokai.jp/gitlab/als2018/restriction" +SECTION = "apps" + +LICENSE = "Apache-2.0" +LIC_FILES_CHKSUM = "file://LICENSE;md5=ae6497158920d9524cf208c09cc4c984" + +USERNAME = "" +PASSWORD = "" + +SRC_URI = "git://oss-project.tmc-tokai.jp/gitlab/als2018/restriction.git;protocol=http;branch=master;user=${USERNAME}:${PASSWORD}" +SRCREV = "11f8e900accaa78c4643815157cdc5c123b64303" + +PV = "1.0+git${SRCPV}" +S = "${WORKDIR}/git" + +# build-time dependencies +DEPENDS += "qtquickcontrols2 virtual/libhomescreen qlibwindowmanager " + +# runtime dependencies +# RDEPENDS_${PN} += "" + +inherit qmake5 aglwgt
\ No newline at end of file |