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-18 15:21:24 +0000
commit2e7d61c3405f6407ac1c4bde6ff1ebd972974749 (patch)
treea8e75d7c342a17cc00be5294e5ba7a74d38ffc2d
parent475c6240cefebfddee1dff64588d2aeb42072bdf (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 \