diff options
author | Matt Ranostay <matt.ranostay@konsulko.com> | 2018-11-21 00:55:58 +0200 |
---|---|---|
committer | Matt Ranostay <matt.ranostay@konsulko.com> | 2018-11-21 00:55:58 +0200 |
commit | b7d763d7f1952e7701a5ff3f1f989fc890ec4543 (patch) | |
tree | cecb51e3d112639ad08f2a78e25698164b5371a6 /recipes-demo-hmi/phone/phone_git.bb | |
parent | bf28bbcf60a0b3226e85d0645824534939aa57a6 (diff) |
demo-hmi: phone: add pbap service to RDEPENDSguppy_6.99.1guppy/6.99.16.99.1
Change-Id: I3e52226536f3bde86d24d360939eb1ddd2ab4c0e
Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
Diffstat (limited to 'recipes-demo-hmi/phone/phone_git.bb')
-rw-r--r-- | recipes-demo-hmi/phone/phone_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-demo-hmi/phone/phone_git.bb b/recipes-demo-hmi/phone/phone_git.bb index c749ef74b..d2997cdbe 100644 --- a/recipes-demo-hmi/phone/phone_git.bb +++ b/recipes-demo-hmi/phone/phone_git.bb @@ -22,4 +22,4 @@ DEPENDS += "qtquickcontrols2 \ inherit qmake5 aglwgt -RDEPENDS_${PN} += "agl-service-telephony qtmultimedia" +RDEPENDS_${PN} += "agl-service-telephony agl-service-bluetooth-pbap qtmultimedia" |