From 49da88808c7ce9c5632702279b261218f02eacf2 Mon Sep 17 00:00:00 2001 From: Jan-Simon Möller Date: Sat, 10 Jun 2017 10:43:26 +0200 Subject: Add lightmediascanner to RDEPENDS for mediaplayer MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- recipes-demo-hmi/mediaplayer/mediaplayer_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- cgit 1.2.3-korg