From ececcc775d75a2e83f5df92f312024e40f6ff333 Mon Sep 17 00:00:00 2001 From: Scott Murray Date: Mon, 22 May 2017 18:13:02 -0400 Subject: 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 --- recipes-demo-hmi/mediaplayer/mediaplayer_git.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/recipes-demo-hmi/mediaplayer/mediaplayer_git.bb b/recipes-demo-hmi/mediaplayer/mediaplayer_git.bb index ee86d280..11e4fc37 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" -- cgit 1.2.3-korg