diff options
author | Stephane Desneux <stephane.desneux@iot.bzh> | 2017-01-17 16:04:08 +0000 |
---|---|---|
committer | Romain Forlot <romain.forlot@iot.bzh> | 2017-01-18 10:38:41 +0000 |
commit | 3d30d3677aed9fc9932edc5f268b14c34c447fb1 (patch) | |
tree | 3f2f7a30ccc756e3f32f67e7f6e757544b4e4976 /recipes-demo-hmi/navigation/poiapp_git.bb | |
parent | 833f63409bb5a07b31b19f7e45507c19094081a0 (diff) |
navigation: fix missing dep on zip-native
Change-Id: I768d6e1786241a76ffe15194316e58bb5a86707f
Signed-off-by: Stephane Desneux <stephane.desneux@iot.bzh>
Diffstat (limited to 'recipes-demo-hmi/navigation/poiapp_git.bb')
-rwxr-xr-x | recipes-demo-hmi/navigation/poiapp_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-demo-hmi/navigation/poiapp_git.bb b/recipes-demo-hmi/navigation/poiapp_git.bb index c6fa5d094..2b670b366 100755 --- a/recipes-demo-hmi/navigation/poiapp_git.bb +++ b/recipes-demo-hmi/navigation/poiapp_git.bb @@ -8,7 +8,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=947b2d60ca3872e172034438e9801200" inherit cmake_qt5 pkgconfig -DEPENDS += " qtbase libdbus-c++ json-c \ +DEPENDS += " qtbase libdbus-c++ json-c zip-native \ " SRCREV="3e162a60c76dee1b4dede81db55e0fa6bae05433" |