summaryrefslogtreecommitdiffstats
path: root/recipes-demo-hmi/CES2016-demo
diff options
context:
space:
mode:
authorJan-Simon Möller <jsmoeller@linuxfoundation.org>2017-01-12 13:21:51 +0100
committerJan-Simon Möller <jsmoeller@linuxfoundation.org>2017-01-12 13:21:51 +0100
commit3e16d8c33ca3fb889782d213d8678ebe248f4778 (patch)
treeea236a31cab332e123fff4c2168c0cf016de98f0 /recipes-demo-hmi/CES2016-demo
parentb708c9814ecfdb9209b2d183350141c3fa2ac635 (diff)
Update meta-agl-demo for for 'Daring Dab'
Thie changeset removes the ALS2016-demo and CES2016-demos as they're unused and no longer compatible with the newer codebase in 'Daring Dab'. They remain available in blowfish and chinook branch, though. Change-Id: I1c13f092c2b8437ef3ecd6af2386b6a578c3ebdb Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
Diffstat (limited to 'recipes-demo-hmi/CES2016-demo')
-rw-r--r--recipes-demo-hmi/CES2016-demo/CES2016-demo.bb38
1 files changed, 0 insertions, 38 deletions
diff --git a/recipes-demo-hmi/CES2016-demo/CES2016-demo.bb b/recipes-demo-hmi/CES2016-demo/CES2016-demo.bb
deleted file mode 100644
index 28c3df3b..00000000
--- a/recipes-demo-hmi/CES2016-demo/CES2016-demo.bb
+++ /dev/null
@@ -1,38 +0,0 @@
-SUMMARY = "Homescreen for the AGL Demonstrator @ CES2016"
-DESCRIPTION = "Homescreen apps in QML format for the AGL Demonstrator @ CES2016"
-HOMEPAGE = "https://git.automotivelinux.org/gerrit/#/admin/projects/AGL/DemoApps/CES2016"
-
-SECTION = "apps"
-
-PN = "ces2016-demo"
-
-LICENSE = "MPL-2.0"
-LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=815ca599c9df247a0c7f619bab123dad"
-
-SRC_URI = "git://gerrit.automotivelinux.org/gerrit/AGL/DemoApps/CES2016;protocol=http"
-SRCREV = "${AUTOREV}"
-
-PV = "1.0+git"
-
-RDEPENDS_${PN} += " \
- qtmultimedia-qmlplugins \
- qtquickcontrols-qmlplugins \
- qtsvg-plugins \
- "
-
-# custom configure and install as these are just qml files
-
-# we work in the git checkout ...
-S = "${WORKDIR}/git"
-
-do_configure() {
- ls
-}
-
-# plain copy in own folder for now
-do_install() {
- mkdir -p ${D}/usr/AGL/CES2016/
- cp -rf ./* ${D}/usr/AGL/CES2016/
-}
-
-FILES_${PN} = "/usr/AGL/"