From: Matt Ranostay Date: Thu, 27 Sep 2018 06:06:18 +0000 (+0300) Subject: phone: add agl-service-telephony to RDEPENDS X-Git-Tag: 6.99.1~13 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?p=AGL%2Fmeta-agl-demo.git;a=commitdiff_plain;h=973f12ec5889368b61efb744ff8aac7dcdad4df3 phone: add agl-service-telephony to RDEPENDS telephony binding has been split out of the phone application so an RDEPENDS is required for the recipe Bug-AGL: SPEC-1757 Change-Id: I7667259289bb88353e411310389621377e842b82 Signed-off-by: Matt Ranostay --- diff --git a/recipes-demo-hmi/phone/phone_git.bb b/recipes-demo-hmi/phone/phone_git.bb index 011789ac6..c749ef74b 100644 --- a/recipes-demo-hmi/phone/phone_git.bb +++ b/recipes-demo-hmi/phone/phone_git.bb @@ -22,5 +22,4 @@ DEPENDS += "qtquickcontrols2 \ inherit qmake5 aglwgt -RDEPENDS_${PN} += "agl-service-bluetooth agl-service-bluetooth-pbap \ - qtmultimedia" +RDEPENDS_${PN} += "agl-service-telephony qtmultimedia"