X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=recipes-demo-hmi%2Fhvac%2Fhvac_git.bb;h=1027f62a5734fada0371339fbd784606800c0bdd;hb=9ef90078b427918c85b9d59c64f0612010447c8c;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..1027f62a5 100644 --- a/recipes-demo-hmi/hvac/hvac_git.bb +++ b/recipes-demo-hmi/hvac/hvac_git.bb @@ -1,32 +1,20 @@ 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=dab" +SRCREV = "6978f919685e3b84e411be68292ac66a2510212e" +SRCREV_dab = "refs/tags/${DISTRO_BRANCH_VERSION_TAG}" + -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" -FILES_${PN} += "/usr/AGL/apps/ \ - /usr/AGL/apps/${PN} \ - " +inherit qmake5 aglwgt