diff options
author | Tadao Tanikawa <tanikawa.tadao@jp.panasonic.com> | 2015-11-05 13:13:18 +0900 |
---|---|---|
committer | Tadao Tanikawa <tanikawa.tadao@jp.panasonic.com> | 2015-11-05 16:24:52 +0900 |
commit | 82bbfca7b7089ad98cf140dcbdc6a8cadb9e8917 (patch) | |
tree | 285aedb1fc7745c806e36e3d9333e8b667f66ed7 /recipes-demo-hmi | |
parent | 1725315ef25280c35a34aa67bfcda39f2b0fbd92 (diff) |
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 <tanikawa.tadao@jp.panasonic.com>
Diffstat (limited to 'recipes-demo-hmi')
-rw-r--r-- | recipes-demo-hmi/CES2016-demo/CES2016-demo.bb | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/recipes-demo-hmi/CES2016-demo/CES2016-demo.bb b/recipes-demo-hmi/CES2016-demo/CES2016-demo.bb index 48e242b7c..df3a92a83 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 |