diff options
author | Matt Ranostay <matt.ranostay@konsulko.com> | 2018-09-27 09:06:18 +0300 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2018-10-09 20:05:03 +0000 |
commit | 973f12ec5889368b61efb744ff8aac7dcdad4df3 (patch) | |
tree | e622fcca31824d7bfa043f620f14de6de3407f6a /recipes-demo-hmi/phone | |
parent | 80d9e65c1e2f3e77d87676212f6a329b783503d3 (diff) |
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 <matt.ranostay@konsulko.com>
Diffstat (limited to 'recipes-demo-hmi/phone')
-rw-r--r-- | recipes-demo-hmi/phone/phone_git.bb | 3 |
1 files changed, 1 insertions, 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" |