CES2017-demo: fix DEPENDS 21/8621/1
authorScott Murray <scott.murray@konsulko.com>
Thu, 2 Mar 2017 22:38:39 +0000 (17:38 -0500)
committerScott Murray <scott.murray@konsulko.com>
Thu, 2 Mar 2017 22:40:35 +0000 (17:40 -0500)
Add qtmultimedia that I accidentally removed back into CES2017-demo
DEPENDS, it's required.

Change-Id: I058697ce5258751e0d58537860015c5315b74b57
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
recipes-demo-hmi/CES2017-demo/CES2017-demo.bb

index 7f902ba..a36d953 100644 (file)
@@ -5,7 +5,7 @@ SECTION     = "apps"
 LICENSE     = "MPL-2.0"
 LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=815ca599c9df247a0c7f619bab123dad"
 
-DEPENDS = "homescreen zip-native qtquickcontrols2"
+DEPENDS = "homescreen zip-native qtmultimedia qtquickcontrols2"
 
 PV = "1.0+git${SRCPV}"
 PN = "ces2017-demo"