From 973f12ec5889368b61efb744ff8aac7dcdad4df3 Mon Sep 17 00:00:00 2001 From: Matt Ranostay Date: Thu, 27 Sep 2018 09:06:18 +0300 Subject: [PATCH] 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 --- recipes-demo-hmi/phone/phone_git.bb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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" -- 2.16.6