From 907a28b06a0cf3dcbacaa2e9c0f3b5b0e2729ae4 Mon Sep 17 00:00:00 2001 From: Matt Porter Date: Mon, 18 Jun 2018 22:26:32 -0400 Subject: [PATCH] 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 --- recipes-demo-hmi/phone/phone_git.bb | 2 ++ 1 file changed, 2 insertions(+) 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" -- 2.16.6