From: Jan-Simon Möller Date: Sat, 10 Jun 2017 08:43:26 +0000 (+0200) Subject: Add lightmediascanner to RDEPENDS for mediaplayer X-Git-Tag: dab_3.99.2~11 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?p=AGL%2Fmeta-agl-demo.git;a=commitdiff_plain;h=49da88808c7ce9c5632702279b261218f02eacf2 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 --- diff --git a/recipes-demo-hmi/mediaplayer/mediaplayer_git.bb b/recipes-demo-hmi/mediaplayer/mediaplayer_git.bb index 11e4fc372..6684b18b8 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"