summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan-Simon Möller <jsmoeller@linuxfoundation.org>2017-06-10 10:43:26 +0200
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>2017-06-15 09:38:52 +0000
commit49da88808c7ce9c5632702279b261218f02eacf2 (patch)
tree982e90b3c1896c3f2406539fe784b962efc65905
parenta22fe6936f2256b4e8f23d6f7e2494b8e6ac7a65 (diff)
Add lightmediascanner to RDEPENDS for mediaplayer
The dependency is at runtime through dbus. Related but not solving SPEC-657 . It was solved in c9793 I7935fe12289fb2585c95df5f207bd447c8aafd6b Change-Id: I9770f8bfef85b8e9e5ab60f4dbb0969bf8f5bf48 Bug-AGL: SPEC-657 Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
-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 11e4fc37..6684b18b 100644
--- a/recipes-demo-hmi/mediaplayer/mediaplayer_git.bb
+++ b/recipes-demo-hmi/mediaplayer/mediaplayer_git.bb
@@ -17,4 +17,4 @@ inherit qmake5 aglwgt
# build-time dependencies
DEPENDS += "sqlite3 qtquickcontrols2 qtmultimedia"
-RDEPENDS_${PN} += "qtmultimedia qtmultimedia-qmlplugins"
+RDEPENDS_${PN} += "qtmultimedia qtmultimedia-qmlplugins lightmediascanner"