diff options
author | Matt Ranostay <matt.ranostay@konsulko.com> | 2019-11-12 06:55:45 +0200 |
---|---|---|
committer | Scott Murray <scott.murray@konsulko.com> | 2019-12-02 21:10:49 +0000 |
commit | 1bf24305afeba88ea473f59df7f30224a18b9890 (patch) | |
tree | c405a87f1e2d85d9181a524671a409c0fce7ca30 /recipes-demo-hmi | |
parent | f214427886ae93831e62b802a072a041b04cc277 (diff) |
poiapp: remove libnaviapi-agl dependency
Bug-AGL: SPEC-2880
Change-Id: If8480e919ac129249d4e1ca20d30477541fc3424
Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
(cherry picked from commit 9c2527139b1d2447b6c6eece2052860cd5166547)
Diffstat (limited to 'recipes-demo-hmi')
-rw-r--r-- | 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 2f78c694a..b8db9ac93 100644 --- a/recipes-demo-hmi/navigation/poiapp_git.bb +++ b/recipes-demo-hmi/navigation/poiapp_git.bb @@ -6,7 +6,7 @@ SECTION = "apps" LICENSE = "GPLv2" LIC_FILES_CHKSUM = "file://COPYING;md5=947b2d60ca3872e172034438e9801200" -DEPENDS += "qtbase json-c libnaviapi-agl \ +DEPENDS += "qtbase json-c \ qlibwindowmanager libhomescreen \ libqtappfw \ " |