diff options
author | Naoto Yamaguchi <i33399_YAMAGUCHI@aisin-aw.co.jp> | 2018-05-26 20:52:38 +0900 |
---|---|---|
committer | Naoto Yamaguchi <i33399_YAMAGUCHI@aisin-aw.co.jp> | 2018-05-26 20:56:07 +0900 |
commit | 5c1f34ff690f28179ab308f068d84c909e46b171 (patch) | |
tree | 1b5caa3de5b7831b036932936735913e5c1a338e /recipes-demo-hmi | |
parent | fab778caff2041794814df54b51893965381aa66 (diff) |
Bug Fix: POI app is not working
The authentication method of Yelp Web API used by POI App has been changed.
This patch is to change the POI App corresponding to the new authentication method.
This fix makes POI App work again.
Bug-AGL: SPEC-1442
Change-Id: I1e95c71837d157ed407f11e52ccbe9a1437380b2
Signed-off-by: Naoto Yamaguchi <i33399_YAMAGUCHI@aisin-aw.co.jp>
Diffstat (limited to 'recipes-demo-hmi')
-rwxr-xr-x | 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 d408428be..d72fbcd97 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 = "572ea70bc75830a4de11a7f8795f8935f65b29ea" +SRCREV = "b3c6e38e8becf8f3f62e96db8f58345d3a1d88d6" SRC_URI = "git://github.com/AGLExport/genivi-navi-yelp-client.git;branch=agl \ " |