diff options
author | zheng_wenlong <wenlong_zheng@nexty-ele.com> | 2018-08-08 14:47:52 +0900 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2018-08-17 11:59:02 +0000 |
commit | a07554f5394a9315b2d2de1f82d5a952c9ce063e (patch) | |
tree | b49e7b33ff67ac78eef3eba771d206a93a8da314 /recipes-demo-hmi/navigation | |
parent | 7d5e6b3190eeb77d74e19bdd362c435e3c52cd09 (diff) |
Update navigation and poiapp
Make some change for navigation and poiapp,
Update SRCREV for using appid between homescreen-service and apps.
BUG-AGL: SPEC-1645
Change-Id: Id36b3fd4695e67df15d6dc6bbcb2d3f0d0b39a72
Signed-off-by: zheng_wenlong <wenlong_zheng@nexty-ele.com>
Diffstat (limited to 'recipes-demo-hmi/navigation')
-rwxr-xr-x | recipes-demo-hmi/navigation/navigation_git.bb | 2 | ||||
-rwxr-xr-x | recipes-demo-hmi/navigation/poiapp_git.bb | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/recipes-demo-hmi/navigation/navigation_git.bb b/recipes-demo-hmi/navigation/navigation_git.bb index b67134a06..f70b2e5ef 100755 --- a/recipes-demo-hmi/navigation/navigation_git.bb +++ b/recipes-demo-hmi/navigation/navigation_git.bb @@ -18,7 +18,7 @@ RDEPENDS_${PN} = " flite openjtalk glib-2.0 freetype sqlite3 wayland zlib expat RDEPENDS_${PN} += " agl-service-navigation " -SRCREV="9782027a3b062fc99533b3d01562c147d86efc11" +SRCREV="e0780c8cac22d3eb8b8325e15e77d670f8cbfcfb" SRC_URI="git://github.com/AGLExport/gpsnavi.git;branch=agl \ file://download_mapdata_jp.sh \ file://download_mapdata_uk.sh \ diff --git a/recipes-demo-hmi/navigation/poiapp_git.bb b/recipes-demo-hmi/navigation/poiapp_git.bb index d72fbcd97..fece73025 100755 --- a/recipes-demo-hmi/navigation/poiapp_git.bb +++ b/recipes-demo-hmi/navigation/poiapp_git.bb @@ -16,7 +16,7 @@ DEPENDS += " qtbase json-c libnaviapi-agl \ RDEPENDS_${PN} = " qtbase \ " -SRCREV = "b3c6e38e8becf8f3f62e96db8f58345d3a1d88d6" +SRCREV = "ab3cd1147be02f439cf1aa6be55ae723671c844a" SRC_URI = "git://github.com/AGLExport/genivi-navi-yelp-client.git;branch=agl \ " |