diff options
author | Jan-Simon Möller <jsmoeller@linuxfoundation.org> | 2020-04-30 16:04:22 +0200 |
---|---|---|
committer | Jan-Simon Möller <jsmoeller@linuxfoundation.org> | 2020-04-30 16:04:22 +0200 |
commit | 69d40194167df655116115f8864251594dbc8744 (patch) | |
tree | edcab5f0e785d5b8d39f973499fe762b436f74a7 /recipes-demo-hmi/controls | |
parent | c60877d5323111e090dbfe6ae0a0a394c333722a (diff) |
Cleanup post next merge
Remove recipes no longer used by any image.
- als-meter-demo
- controls
- settings-log-utils
- vod-server
- windowmanager (old version)
- web-runtime (replaced with chromium)
Packagegroup updates.
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
Change-Id: I2824a1a645a6f31e2f2ee9023548aefd7710aa07
Diffstat (limited to 'recipes-demo-hmi/controls')
-rw-r--r-- | recipes-demo-hmi/controls/controls_git.bb | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/recipes-demo-hmi/controls/controls_git.bb b/recipes-demo-hmi/controls/controls_git.bb deleted file mode 100644 index 1b19759c2..000000000 --- a/recipes-demo-hmi/controls/controls_git.bb +++ /dev/null @@ -1,18 +0,0 @@ -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 |