From 82bbfca7b7089ad98cf140dcbdc6a8cadb9e8917 Mon Sep 17 00:00:00 2001 From: Tadao Tanikawa Date: Thu, 5 Nov 2015 13:13:18 +0900 Subject: Fix Qt dependency of the CES demo. Fix package names of QtMultimedia and QtQuickControls in RDEPENDS. Package names of 'qtmultimedia' and 'qtquickcontrols' with meta-qt5/master work fine, but it caused build and runtime errors with meta-qt5/dizzy. Correct package names are 'qtmultimedia-qmlplugins' and 'qtquickcontrols-qmlplugins'. And 'qtsvg-plugins' was also missing. Change-Id: I43829b144dd7b51ab97a453ffebaf09f2fd859c0 Signed-off-by: Tadao Tanikawa --- recipes-demo-hmi/CES2016-demo/CES2016-demo.bb | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/recipes-demo-hmi/CES2016-demo/CES2016-demo.bb b/recipes-demo-hmi/CES2016-demo/CES2016-demo.bb index 48e242b7..df3a92a8 100644 --- a/recipes-demo-hmi/CES2016-demo/CES2016-demo.bb +++ b/recipes-demo-hmi/CES2016-demo/CES2016-demo.bb @@ -10,7 +10,11 @@ LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=815ca599c9df247a0c7f619bab123dad" SRC_URI = "git://git.automotivelinux.org/gerrit/AGL/DemoApps/CES2016;protocol=http" SRCREV = "AUTOINC" -RDEPENDS_${PN}_append = "qtmultimedia qtquickcontrols" +RDEPENDS_${PN} += " \ + qtmultimedia-qmlplugins \ + qtquickcontrols-qmlplugins \ + qtsvg-plugins \ + " # custom configure and install as these are just qml files -- cgit 1.2.3-korg