summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatt Ranostay <matt.ranostay@konsulko.com>2018-05-18 00:48:45 -0700
committerMatt Ranostay <matt.ranostay@konsulko.com>2018-05-18 00:54:04 -0700
commitfab778caff2041794814df54b51893965381aa66 (patch)
treeeede79073b348d9044829871b39c7d905059c7b7
parentb73aba359ac6fa17b9316dbb5f8b486d180e30f2 (diff)
mediaplayer: remove qtmultimedia dependencies from recipe
mediaplayer application exclusively uses the agl-service-gstreamer service for media playback, and the respective qtmultimedia isn't needed anymore. Change-Id: I739ef696de70266ff24a909711e06574f1e0161c Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
-rw-r--r--recipes-demo-hmi/mediaplayer/mediaplayer_git.bb7
1 files changed, 1 insertions, 6 deletions
diff --git a/recipes-demo-hmi/mediaplayer/mediaplayer_git.bb b/recipes-demo-hmi/mediaplayer/mediaplayer_git.bb
index b2524090..c6ac66ef 100644
--- a/recipes-demo-hmi/mediaplayer/mediaplayer_git.bb
+++ b/recipes-demo-hmi/mediaplayer/mediaplayer_git.bb
@@ -14,7 +14,6 @@ S = "${WORKDIR}/git"
# build-time dependencies
DEPENDS += "qtquickcontrols2 \
- qtmultimedia \
qtwebsockets \
libqtappfw \
virtual/libhomescreen \
@@ -23,8 +22,4 @@ DEPENDS += "qtquickcontrols2 \
inherit qmake5 aglwgt
-RDEPENDS_${PN} += "qtmultimedia \
- qtmultimedia-qmlplugins \
- agl-service-mediaplayer \
- agl-service-bluetooth \
-"
+RDEPENDS_${PN} += "agl-service-mediaplayer agl-service-bluetooth"