summaryrefslogtreecommitdiffstats
path: root/recipes-demo-hmi/ALS2016-demo/ALS2016-demo.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-demo-hmi/ALS2016-demo/ALS2016-demo.bb')
-rw-r--r--recipes-demo-hmi/ALS2016-demo/ALS2016-demo.bb38
1 files changed, 0 insertions, 38 deletions
diff --git a/recipes-demo-hmi/ALS2016-demo/ALS2016-demo.bb b/recipes-demo-hmi/ALS2016-demo/ALS2016-demo.bb
deleted file mode 100644
index 53ae931f..00000000
--- a/recipes-demo-hmi/ALS2016-demo/ALS2016-demo.bb
+++ /dev/null
@@ -1,38 +0,0 @@
-SUMMARY = "Homescreen for the AGL Demonstrator @ ALS2016"
-DESCRIPTION = "Homescreen apps in QML format for the AGL Demonstrator @ ALS2016"
-HOMEPAGE = "https://git.automotivelinux.org/gerrit/#/admin/projects/AGL/DemoApps/ALS2016"
-
-SECTION = "apps"
-
-PN = "als2016-demo"
-
-LICENSE = "MPL-2.0"
-LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=815ca599c9df247a0c7f619bab123dad"
-
-SRC_URI = "git://gerrit.automotivelinux.org/gerrit/AGL/DemoApps/ALS2016;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/ALS2016/
- cp -rf ./* ${D}/usr/AGL/ALS2016/
-}
-
-FILES_${PN} = "/usr/AGL/"