From: Scott Murray Date: Thu, 2 Mar 2017 22:38:39 +0000 (-0500) Subject: CES2017-demo: fix DEPENDS X-Git-Tag: 3.0.2~2 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=3b3cb50287437e33dbab2dffeab4358097e51932;p=AGL%2Fmeta-agl-demo.git CES2017-demo: fix DEPENDS Add qtmultimedia that I accidentally removed back into CES2017-demo DEPENDS, it's required. Change-Id: I058697ce5258751e0d58537860015c5315b74b57 Signed-off-by: Scott Murray --- diff --git a/recipes-demo-hmi/CES2017-demo/CES2017-demo.bb b/recipes-demo-hmi/CES2017-demo/CES2017-demo.bb index 7f902ba80..a36d953fc 100644 --- a/recipes-demo-hmi/CES2017-demo/CES2017-demo.bb +++ b/recipes-demo-hmi/CES2017-demo/CES2017-demo.bb @@ -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"