navigation: fix missing dep on zip-native 89/8989/1
authorStephane Desneux <stephane.desneux@iot.bzh>
Tue, 17 Jan 2017 16:04:08 +0000 (16:04 +0000)
committerScott Murray <scott.murray@konsulko.com>
Wed, 29 Mar 2017 23:04:22 +0000 (19:04 -0400)
Change-Id: I768d6e1786241a76ffe15194316e58bb5a86707f
Signed-off-by: Stephane Desneux <stephane.desneux@iot.bzh>
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
recipes-demo-hmi/navigation/poiapp_git.bb

index b91d87d..3bdac9e 100755 (executable)
@@ -9,7 +9,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=947b2d60ca3872e172034438e9801200"
 inherit cmake_qt5 pkgconfig
 inherit aglwgt
 
-DEPENDS += " qtbase libdbus-c++ json-c \
+DEPENDS += " qtbase libdbus-c++ json-c zip-native \
            "
 
 SRCREV="3e162a60c76dee1b4dede81db55e0fa6bae05433"