diff options
author | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2020-04-23 19:10:43 +0200 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2020-04-23 19:10:43 +0200 |
commit | 873b57dfbd7f67a762a8300a60278764b911c893 (patch) | |
tree | 34c7c5b09b8021e9e4b1846d100081e9d5f71aa9 /meta-attic/recipes-demo-hmi/controls | |
parent | 992ef6afe1798ee24df3ccbbe8309e8de9f2c183 (diff) |
Cleanup post next mergesandbox/jsmoeller/cleanup
Signed-off-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
Change-Id: Ieee834f43877f0d675b4a97eebfcde1683fb0cef
Diffstat (limited to 'meta-attic/recipes-demo-hmi/controls')
-rw-r--r-- | meta-attic/recipes-demo-hmi/controls/controls_git.bb | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/meta-attic/recipes-demo-hmi/controls/controls_git.bb b/meta-attic/recipes-demo-hmi/controls/controls_git.bb new file mode 100644 index 0000000..1b19759 --- /dev/null +++ b/meta-attic/recipes-demo-hmi/controls/controls_git.bb @@ -0,0 +1,18 @@ +SUMMARY = "Controls for CES2017 AGL Demonstration" +DESCRIPTION = "AGL HMI Application for demonstrating UI components on AGL Distribution" +HOMEPAGE = "https://gerrit.automotivelinux.org/gerrit/#/admin/projects/apps/controls" +SECTION = "apps" + +LICENSE = "Apache-2.0" +LIC_FILES_CHKSUM = "file://LICENSE;md5=ae6497158920d9524cf208c09cc4c984" + +SRC_URI = "git://gerrit.automotivelinux.org/gerrit/apps/controls;protocol=https;branch=${AGL_BRANCH}" +SRCREV = "${AGL_APP_REVISION}" + +PV = "1.0+git${SRCPV}" +S = "${WORKDIR}/git" + +# build-time dependencies +DEPENDS += "qtquickcontrols2" + +inherit qmake5 aglwgt |