X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=recipes-demo-hmi%2Fphone%2Fphone_git.bb;h=c749ef74b145f66c428864bb4cd8927e2b10ca1d;hb=973f12ec5889368b61efb744ff8aac7dcdad4df3;hp=e67c0a3c257decc81836af21a9bbb5debc0ed6dc;hpb=13abc8463dbacc672769f66f27d926cc13524d97;p=AGL%2Fmeta-agl-demo.git diff --git a/recipes-demo-hmi/phone/phone_git.bb b/recipes-demo-hmi/phone/phone_git.bb index e67c0a3c2..c749ef74b 100644 --- a/recipes-demo-hmi/phone/phone_git.bb +++ b/recipes-demo-hmi/phone/phone_git.bb @@ -6,13 +6,20 @@ SECTION = "apps" LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://LICENSE;md5=ae6497158920d9524cf208c09cc4c984" -SRC_URI = "git://gerrit.automotivelinux.org/gerrit/apps/phone;protocol=http" -SRCREV = "${AUTOREV}" +SRC_URI = "git://gerrit.automotivelinux.org/gerrit/apps/phone;protocol=https;branch=${AGL_BRANCH}" +SRCREV = "${AGL_APP_REVISION}" PV = "1.0+git${SRCPV}" S = "${WORKDIR}/git" # build-time dependencies -DEPENDS += "qtquickcontrols2 homescreen" +DEPENDS += "qtquickcontrols2 \ + qtmultimedia \ + libqtappfw \ + libhomescreen \ + qlibwindowmanager \ +" inherit qmake5 aglwgt + +RDEPENDS_${PN} += "agl-service-telephony qtmultimedia"