remove useless recipes 81/7281/3
authorRonan <ronan.lemartret@iot.bzh>
Tue, 22 Nov 2016 14:00:48 +0000 (15:00 +0100)
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>
Thu, 24 Nov 2016 11:25:56 +0000 (11:25 +0000)
 * no upstream source available

Change-Id: Ie7e1b4889a3ebbe0322248ac2d2df2b1ae866431
Signed-off-by: Ronan <ronan.lemartret@iot.bzh>
recipes-demo-hmi/HVAC/HVAC.bb [deleted file]
recipes-demo-hmi/MediaPlayer/MediaPlayer.bb [deleted file]
recipes-demo-hmi/Settings/Settings.bb [deleted file]

diff --git a/recipes-demo-hmi/HVAC/HVAC.bb b/recipes-demo-hmi/HVAC/HVAC.bb
deleted file mode 100644 (file)
index c19a29b..0000000
+++ /dev/null
@@ -1,31 +0,0 @@
-SUMMARY     = "${PN} for the AGL Demo Platform"
-DESCRIPTION = "${PN} app"
-HOMEPAGE    = "https://git.automotivelinux.org/gerrit/#/admin/projects/AGL/DemoApps/${PN}"
-
-SECTION     = "apps"
-
-# To be revised once sourcecode lands
-# LICENSE     = "xyz"
-# Dummy MPL-2.0
-LICENSE     = "MPL-2.0"
-LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MPL-2.0;md5=815ca599c9df247a0c7f619bab123dad"
-
-
-SRC_URI     = "git://git.automotivelinux.org/gerrit/AGL/DemoApps/${PN};protocol=http"
-SRCREV      = "AUTOINC"
-
-# custom configure and install as these are just qml files
-
-# we work in the git checkout ...
-S = "${WORKDIR}/git"
-
-do_configure() {
-    true
-}
-
-# empty folder for now
-do_install() {
-    mkdir -p ${D}/usr/AGL/${PN}/
-}
-
-FILES_${PN} = "/usr/AGL/${PN}/"
diff --git a/recipes-demo-hmi/MediaPlayer/MediaPlayer.bb b/recipes-demo-hmi/MediaPlayer/MediaPlayer.bb
deleted file mode 100644 (file)
index c19a29b..0000000
+++ /dev/null
@@ -1,31 +0,0 @@
-SUMMARY     = "${PN} for the AGL Demo Platform"
-DESCRIPTION = "${PN} app"
-HOMEPAGE    = "https://git.automotivelinux.org/gerrit/#/admin/projects/AGL/DemoApps/${PN}"
-
-SECTION     = "apps"
-
-# To be revised once sourcecode lands
-# LICENSE     = "xyz"
-# Dummy MPL-2.0
-LICENSE     = "MPL-2.0"
-LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MPL-2.0;md5=815ca599c9df247a0c7f619bab123dad"
-
-
-SRC_URI     = "git://git.automotivelinux.org/gerrit/AGL/DemoApps/${PN};protocol=http"
-SRCREV      = "AUTOINC"
-
-# custom configure and install as these are just qml files
-
-# we work in the git checkout ...
-S = "${WORKDIR}/git"
-
-do_configure() {
-    true
-}
-
-# empty folder for now
-do_install() {
-    mkdir -p ${D}/usr/AGL/${PN}/
-}
-
-FILES_${PN} = "/usr/AGL/${PN}/"
diff --git a/recipes-demo-hmi/Settings/Settings.bb b/recipes-demo-hmi/Settings/Settings.bb
deleted file mode 100644 (file)
index c19a29b..0000000
+++ /dev/null
@@ -1,31 +0,0 @@
-SUMMARY     = "${PN} for the AGL Demo Platform"
-DESCRIPTION = "${PN} app"
-HOMEPAGE    = "https://git.automotivelinux.org/gerrit/#/admin/projects/AGL/DemoApps/${PN}"
-
-SECTION     = "apps"
-
-# To be revised once sourcecode lands
-# LICENSE     = "xyz"
-# Dummy MPL-2.0
-LICENSE     = "MPL-2.0"
-LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MPL-2.0;md5=815ca599c9df247a0c7f619bab123dad"
-
-
-SRC_URI     = "git://git.automotivelinux.org/gerrit/AGL/DemoApps/${PN};protocol=http"
-SRCREV      = "AUTOINC"
-
-# custom configure and install as these are just qml files
-
-# we work in the git checkout ...
-S = "${WORKDIR}/git"
-
-do_configure() {
-    true
-}
-
-# empty folder for now
-do_install() {
-    mkdir -p ${D}/usr/AGL/${PN}/
-}
-
-FILES_${PN} = "/usr/AGL/${PN}/"