diff options
author | Naoto YAMAGUCHI <i33399_YAMAGUCHI@aisin-aw.co.jp> | 2018-05-18 21:59:02 +0900 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2018-05-18 17:10:41 +0000 |
commit | 3325161e1f62f727e7dd59be311ab8de7f100903 (patch) | |
tree | 70af50d33d9d7ea5c6a02ece0918762284f38fcf /recipes-demo-hmi/navigation/poiapp_git.bb | |
parent | 8192fbd33ae65a8eed9eb0fe3e7924d1181d7f66 (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: Ifda5db38d64b2116958a92207586a2f2d553c003
Signed-off-by: Naoto YAMAGUCHI <i33399_YAMAGUCHI@aisin-aw.co.jp>
Diffstat (limited to 'recipes-demo-hmi/navigation/poiapp_git.bb')
-rw-r--r--[-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 3cba1721c..d57d9a450 100755..100644 --- 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 = "42ace0dffb78dcf79cfc7112620a523bf40edd91" +SRCREV = "967f28670490c8184493d256b39a2d82836e9d7e" SRC_URI = "git://github.com/AGLExport/genivi-navi-yelp-client.git;branch=eel \ " |