summaryrefslogtreecommitdiffstats
path: root/recipes-demo-hmi/mediaplayer
diff options
context:
space:
mode:
authorMatt Ranostay <matt.ranostay@konsulko.com>2018-11-16 16:00:50 +0200
committerMatt Ranostay <matt.ranostay@konsulko.com>2018-11-16 16:01:08 +0200
commitbf6ea600d243e79a94bdc589bb2afdba9b8c9692 (patch)
treee34570619bd3c2dbc62ba4f18dd28428d7b28650 /recipes-demo-hmi/mediaplayer
parent6fc5acc55e65df68e422665f0f8ddeb08e53a940 (diff)
demo-hmi: mediaplayer: remove unnecessary RDEPENDS
Application not longer uses direct bluetooth service access remove from RDEPENDS since agl-service-mediaplayer now handles this. Bug-AGL: SPEC-1630 Change-Id: I656f4bfd03280985c63fbf2119b01a20aa1e599b Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
Diffstat (limited to 'recipes-demo-hmi/mediaplayer')
-rw-r--r--recipes-demo-hmi/mediaplayer/mediaplayer_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-demo-hmi/mediaplayer/mediaplayer_git.bb b/recipes-demo-hmi/mediaplayer/mediaplayer_git.bb
index ef39fdfa..9a3690f7 100644
--- a/recipes-demo-hmi/mediaplayer/mediaplayer_git.bb
+++ b/recipes-demo-hmi/mediaplayer/mediaplayer_git.bb
@@ -22,4 +22,4 @@ DEPENDS += "qtquickcontrols2 \
inherit qmake5 aglwgt
-RDEPENDS_${PN} += "agl-service-mediaplayer agl-service-bluetooth"
+RDEPENDS_${PN} += "agl-service-mediaplayer"