summaryrefslogtreecommitdiffstats
path: root/recipes-demo-hmi/phone
diff options
context:
space:
mode:
authorMatt Porter <mporter@konsulko.com>2018-06-18 22:26:32 -0400
committerMatt Porter <mporter@konsulko.com>2018-06-18 22:26:32 -0400
commit907a28b06a0cf3dcbacaa2e9c0f3b5b0e2729ae4 (patch)
treeef750fa7257807501f5672a1e93c79989d1d7d99 /recipes-demo-hmi/phone
parent69c1a0ff2fe276ee0983c18c42c14ec2006a85a5 (diff)
phone: add service binding RDEPENDS
Add runtime dependencies on the bluetooth and bluetooth-pbap service bindings. Bug-AGL: SPEC-1513 Change-Id: If9b3e4fb99935e37cc3255ccf57b627a3a0aa51b Signed-off-by: Matt Porter <mporter@konsulko.com>
Diffstat (limited to 'recipes-demo-hmi/phone')
-rw-r--r--recipes-demo-hmi/phone/phone_git.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes-demo-hmi/phone/phone_git.bb b/recipes-demo-hmi/phone/phone_git.bb
index fe91d3f4..ac63bb9e 100644
--- a/recipes-demo-hmi/phone/phone_git.bb
+++ b/recipes-demo-hmi/phone/phone_git.bb
@@ -21,3 +21,5 @@ DEPENDS += "qtquickcontrols2 \
"
inherit qmake5 aglwgt
+
+RDEPENDS_${PN} += "agl-service-bluetooth agl-service-bluetooth-pbap"