From: Scott Murray Date: Mon, 22 May 2017 22:13:02 +0000 (-0400) Subject: mediaplayer: fix RDEPENDS X-Git-Tag: 3.99.1~4 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?p=AGL%2Fmeta-agl-demo.git;a=commitdiff_plain;h=ececcc775d75a2e83f5df92f312024e40f6ff333 mediaplayer: fix RDEPENDS mediaplayer needs the qtmultimedia bits, add an explicit RDEPENDS on them. This will be required when the radio app stops using qtmultimedia. Change-Id: If59667b854171a24328f8a996cdd214a4836753d Signed-off-by: Scott Murray --- diff --git a/recipes-demo-hmi/mediaplayer/mediaplayer_git.bb b/recipes-demo-hmi/mediaplayer/mediaplayer_git.bb index ee86d2803..11e4fc372 100644 --- a/recipes-demo-hmi/mediaplayer/mediaplayer_git.bb +++ b/recipes-demo-hmi/mediaplayer/mediaplayer_git.bb @@ -16,3 +16,5 @@ inherit qmake5 aglwgt # build-time dependencies DEPENDS += "sqlite3 qtquickcontrols2 qtmultimedia" + +RDEPENDS_${PN} += "qtmultimedia qtmultimedia-qmlplugins"