phone: add service binding RDEPENDS 05/14505/1
authorMatt Porter <mporter@konsulko.com>
Tue, 19 Jun 2018 02:26:32 +0000 (22:26 -0400)
committerMatt Porter <mporter@konsulko.com>
Tue, 19 Jun 2018 02:26:32 +0000 (22:26 -0400)
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>
recipes-demo-hmi/phone/phone_git.bb

index fe91d3f..ac63bb9 100644 (file)
@@ -21,3 +21,5 @@ DEPENDS += "qtquickcontrols2 \
 "
 
 inherit qmake5 aglwgt
+
+RDEPENDS_${PN} += "agl-service-bluetooth agl-service-bluetooth-pbap"