From 49806ebb05a7d77c7e88f541c8d712c5e8a148ef Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jan-Simon=20M=C3=B6ller?= Date: Thu, 22 Dec 2016 20:58:34 +0100 Subject: [PATCH] Add missing qtmultimedia to DEPENDS MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit This change adds a missing 'qtmultimedia' to DEPENDS. Change-Id: I1190f12be1a3c65ad67fef725ae65f94b1fb2294 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 9ad11fb79..943492663 100644 --- a/recipes-demo-hmi/mediaplayer/mediaplayer_git.bb +++ b/recipes-demo-hmi/mediaplayer/mediaplayer_git.bb @@ -9,7 +9,7 @@ S = "${WORKDIR}/git" inherit qmake5 -DEPENDS += "qtquickcontrols2" +DEPENDS += "qtquickcontrols2 qtmultimedia" # 'wgtpkg-pack' in af-main-native is required. DEPENDS += "af-main-native" -- 2.16.6