From: Matt Porter Date: Tue, 19 Jun 2018 02:26:32 +0000 (-0400) Subject: phone: add service binding RDEPENDS X-Git-Tag: flounder_5.99.1~8 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?p=AGL%2Fmeta-agl-demo.git;a=commitdiff_plain;h=907a28b06a0cf3dcbacaa2e9c0f3b5b0e2729ae4 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 --- diff --git a/recipes-demo-hmi/phone/phone_git.bb b/recipes-demo-hmi/phone/phone_git.bb index fe91d3f4d..ac63bb9e0 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"