X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=recipes-demo-hmi%2Fhvac%2Fhvac_git.bb;h=93e85f458cf6873220b90acf8085b2a4f63ebbc5;hb=51cb4a5712fd2d58007bd97b543f2add5725228c;hp=f5d4537965ee1f247040ba31ef3c2c68b05448ce;hpb=c85d8a963aab816b05db9ee6230dc8da8c9b0569;p=AGL%2Fmeta-agl-demo.git diff --git a/recipes-demo-hmi/hvac/hvac_git.bb b/recipes-demo-hmi/hvac/hvac_git.bb index f5d453796..93e85f458 100644 --- a/recipes-demo-hmi/hvac/hvac_git.bb +++ b/recipes-demo-hmi/hvac/hvac_git.bb @@ -1,32 +1,21 @@ SUMMARY = "HVAC for CES2017 AGL Demonstration" DESCRIPTION = "AGL HMI Application for demonstrating HVAC on AGL Distribution" HOMEPAGE = "https://gerrit.automotivelinux.org/gerrit/#/admin/projects/apps/hvac" -LICENSE = "Apache-2.0" SECTION = "apps" -PV = "1.0+git${SRCPV}" -S = "${WORKDIR}/git" - -inherit qmake5 - -# 'wgtpkg-pack' in af-main-native is required. -DEPENDS = "af-main-native" - +LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://LICENSE;md5=ae6497158920d9524cf208c09cc4c984" -SRC_URI = "git://gerrit.automotivelinux.org/gerrit/apps/hvac;protocol=http" -SRCREV = "${AUTOREV}" +SRC_URI = "git://gerrit.automotivelinux.org/gerrit/apps/hvac;protocol=https;branch=${AGL_BRANCH}" +SRCREV = "${AGL_APP_REVISION}" -RDEPENDS_${PN} += " \ - qtmultimedia-qmlplugins \ - qtquickcontrols2-qmlplugins \ - " +PV = "1.0+git${SRCPV}" +S = "${WORKDIR}/git" -do_install() { - install -d ${D}/usr/AGL/apps - install -m 0644 ${B}/package/${PN}.wgt ${D}/usr/AGL/apps/ -} +# build-time dependencies +DEPENDS += "qtquickcontrols2 libhomescreen \ + qlibwindowmanager qttools-native \ + qtaglextras libqtappfw" +RDEPENDS_${PN} = "agl-service-hvac" -FILES_${PN} += "/usr/AGL/apps/ \ - /usr/AGL/apps/${PN} \ - " +inherit qmake5 aglwgt