diff options
author | Jan-Simon Möller <jsmoeller@linuxfoundation.org> | 2016-08-03 12:29:37 +0200 |
---|---|---|
committer | Jan-Simon Möller <jsmoeller@linuxfoundation.org> | 2016-08-03 12:29:37 +0200 |
commit | 7e3a1a0442347e0290133707aa70e207bce47a99 (patch) | |
tree | 396a7ccac009044c750da5df4c8f7917bf1baec6 /recipes-demo-hmi/HVAC/HVAC.bb | |
parent | 9a319937529cca7e263e987b85cb9d6fca0b468c (diff) |
Pin recipes for blowfish release
- The ALS/CES2016 demo recipes used ${AUTOREV}. Pin it.
- HVAC, MediaPlayer, Settings are unused (no git repo exists) - remove
Bug-AGL: SPEC-202
Change-Id: I440cffe0ac6b41db8fbeb851cb9bebeffa6a344d
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
Diffstat (limited to 'recipes-demo-hmi/HVAC/HVAC.bb')
-rw-r--r-- | recipes-demo-hmi/HVAC/HVAC.bb | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/recipes-demo-hmi/HVAC/HVAC.bb b/recipes-demo-hmi/HVAC/HVAC.bb deleted file mode 100644 index 681b84f0b..000000000 --- a/recipes-demo-hmi/HVAC/HVAC.bb +++ /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}/opt/AGL/${PN}/ -} - -FILES_${PN} = "/opt/AGL/${PN}/" |