CES2017-demo: add missing dependency to zip-native 23/7523/4
authorStephane Desneux <stephane.desneux@iot.bzh>
Fri, 9 Dec 2016 17:05:15 +0000 (18:05 +0100)
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>
Fri, 9 Dec 2016 23:00:11 +0000 (23:00 +0000)
Change-Id: I766a4c625f4f9fed206a6bc2e093fcbbe44d8187
Signed-off-by: Stephane Desneux <stephane.desneux@iot.bzh>
recipes-demo-hmi/CES2017-demo/CES2017-demo.bb

index 543fa5e..7f8a31e 100644 (file)
@@ -8,7 +8,7 @@ S           = "${WORKDIR}/git/"
 PN          = "ces2017-demo"
 
 inherit qmake5
-DEPENDS = " qtbase qtdeclarative qtquickcontrols2 qtmultimedia homescreen "
+DEPENDS = " qtbase qtdeclarative qtquickcontrols2 qtmultimedia homescreen zip-native"
 
 LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=815ca599c9df247a0c7f619bab123dad"