X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;ds=sidebyside;f=recipes-demo-hmi%2Fphone%2Fphone_git.bb;h=a8781852d73f7e8315e34655ff2328a96db7e639;hb=9934769b4bb8446bd87aff46cb86041f500ee888;hp=6d17bbed3d0b2963a877350184b78ae252ac3ff7;hpb=7783a290e85c35e8e152dee8099f8defe2ca710d;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 6d17bbed3..a8781852d 100644 --- a/recipes-demo-hmi/phone/phone_git.bb +++ b/recipes-demo-hmi/phone/phone_git.bb @@ -6,13 +6,19 @@ 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" +DEPENDS += "qtquickcontrols2 \ + libqtappfw \ + libhomescreen \ + gstreamer1.0 \ +" inherit qmake5 aglwgt + +RDEPENDS_${PN} += "agl-service-telephony agl-service-bluetooth-pbap libqtappfw"