X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;ds=inline;f=recipes-demo-hmi%2FHVAC%2FHVAC.bb;fp=recipes-demo-hmi%2FHVAC%2FHVAC.bb;h=0000000000000000000000000000000000000000;hb=dc375696679f64753174aa1ddbac35d8573b13ff;hp=c19a29b04834d5a6d9e957b95165b1d2afd44163;hpb=950b3ddda80852edc8f8de0f28690ac1909f403e;p=AGL%2Fmeta-agl-demo.git diff --git a/recipes-demo-hmi/HVAC/HVAC.bb b/recipes-demo-hmi/HVAC/HVAC.bb deleted file mode 100644 index c19a29b04..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}/usr/AGL/${PN}/ -} - -FILES_${PN} = "/usr/AGL/${PN}/"