diff options
author | Naoto Yamaguchi <i33399_YAMAGUCHI@aisin-aw.co.jp> | 2017-12-14 19:25:46 +0900 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2017-12-19 09:16:36 +0000 |
commit | 041f603494bb686bde42286d595b3cd5215f636a (patch) | |
tree | 9a3fe178a3318a2f235a4d6646e9c7554e7f49bb /recipes-demo-hmi | |
parent | a8ad71b761e64ed95c6e8b651e6a2faee902706f (diff) |
Initial commit for POI App using Binder
We will support Binder of POI App.
With this correspondence, correspondence of AGL Navigation API will be started.
Change-Id: I9ccc6536336c28c4bdca053332c9d32ac47520b9
Signed-off-by: Naoto Yamaguchi <i33399_YAMAGUCHI@aisin-aw.co.jp>
Diffstat (limited to 'recipes-demo-hmi')
-rw-r--r-- | recipes-demo-hmi/navigation/poiapp_git.bb | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/recipes-demo-hmi/navigation/poiapp_git.bb b/recipes-demo-hmi/navigation/poiapp_git.bb index 4938984cd..0249ce980 100644 --- a/recipes-demo-hmi/navigation/poiapp_git.bb +++ b/recipes-demo-hmi/navigation/poiapp_git.bb @@ -9,14 +9,14 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=947b2d60ca3872e172034438e9801200" inherit cmake_qt5 pkgconfig inherit aglwgt -DEPENDS += " qtbase libdbus-c++ json-c \ +DEPENDS += " qtbase json-c libnaviapi-agl \ " -RDEPENDS_${PN} = " qtbase libdbus-c++ json-c \ +RDEPENDS_${PN} = " qtbase \ " -SRCREV = "b0e059007de776450c91c983a2bcac20414617e9" -SRC_URI = "git://github.com/AGLExport/genivi-navi-yelp-client.git;branch=agl \ +SRCREV = "833cdb678636677c33088d67f9ebfdb6125ca900" +SRC_URI = "git://github.com/AGLExport/genivi-navi-yelp-client.git;branch=eel \ " S = "${WORKDIR}/git" |