diff options
author | Scott Murray <scott.murray@konsulko.com> | 2017-03-02 17:38:39 -0500 |
---|---|---|
committer | Scott Murray <scott.murray@konsulko.com> | 2017-03-02 17:40:35 -0500 |
commit | 3b3cb50287437e33dbab2dffeab4358097e51932 (patch) | |
tree | c4a64e9e6352f29f630bd286632cff553146ef7e /recipes-demo-hmi/CES2017-demo | |
parent | 9d13096870330ac11d915893c113d9e25989153c (diff) |
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 <scott.murray@konsulko.com>
Diffstat (limited to 'recipes-demo-hmi/CES2017-demo')
-rw-r--r-- | recipes-demo-hmi/CES2017-demo/CES2017-demo.bb | 2 |
1 files changed, 1 insertions, 1 deletions
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" |