Code Review
/
AGL
/
meta-agl-demo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
69c1a0f
)
phone: add service binding RDEPENDS
05/14505/1
author
Matt Porter
<mporter@konsulko.com>
Tue, 19 Jun 2018 02:26:32 +0000
(22:26 -0400)
committer
Matt 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
patch
|
blob
|
history
diff --git
a/recipes-demo-hmi/phone/phone_git.bb
b/recipes-demo-hmi/phone/phone_git.bb
index
fe91d3f
..
ac63bb9
100644
(file)
--- 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"