summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNaoto Yamaguchi <i33399_YAMAGUCHI@aisin-aw.co.jp>2017-12-11 23:57:37 +0900
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>2017-12-13 23:26:38 +0000
commitf6840d0a68fe6a65738a7b48cb3785b1267bd558 (patch)
tree91ce3017ff3d22bd543949f68260c5758ffb0204
parentdba038a93b0f29a106b92e16175235504eddc8e1 (diff)
Add a dependency on agl-service-navigation to the navigation recipe
To support the AGL Navigation API, modify agl-service-navigation to be installed with navigation at the same time. This commit is part of the correspondence of AGL Navigation API initial support. Change-Id: I7836a43e8ea302f28c00cdc3dbc7b95098924793 Signed-off-by: Naoto Yamaguchi <i33399_YAMAGUCHI@aisin-aw.co.jp>
-rw-r--r--[-rwxr-xr-x]recipes-demo-hmi/navigation/navigation_git.bb3
1 files changed, 3 insertions, 0 deletions
diff --git a/recipes-demo-hmi/navigation/navigation_git.bb b/recipes-demo-hmi/navigation/navigation_git.bb
index f1937dad..822405e3 100755..100644
--- a/recipes-demo-hmi/navigation/navigation_git.bb
+++ b/recipes-demo-hmi/navigation/navigation_git.bb
@@ -15,6 +15,9 @@ DEPENDS = " \
RDEPENDS_${PN} = " flite openjtalk glib-2.0 freetype sqlite3 wayland zlib expat openssl \
wayland libdbus-c++ af-main "
+RDEPENDS_${PN} += " agl-service-navigation "
+
+
SRCREV="acbb9ea0678bd2f21f268000332a4786e87fb3f6"
SRC_URI="git://github.com/AGLExport/gpsnavi.git;branch=agl \
file://download_mapdata_jp.sh \