Bug Fix: POI app is not working 13/14113/1 dab
authorNaoto Yamaguchi <i33399_YAMAGUCHI@aisin-aw.co.jp>
Sun, 27 May 2018 15:08:14 +0000 (00:08 +0900)
committerNaoto Yamaguchi <i33399_YAMAGUCHI@aisin-aw.co.jp>
Sun, 27 May 2018 15:09:14 +0000 (00:09 +0900)
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.
Backport from eel/master.

Bug-AGL: SPEC-1442

Change-Id: Ifd76514e320940c50de64fd51e16182e239cd4d5
Signed-off-by: Naoto Yamaguchi <i33399_YAMAGUCHI@aisin-aw.co.jp>
recipes-demo-hmi/navigation/poiapp_git.bb [changed mode: 0644->0755]

old mode 100644 (file)
new mode 100755 (executable)
index 4938984..1bbf0f0
@@ -15,8 +15,8 @@ DEPENDS += " qtbase libdbus-c++ json-c \
 RDEPENDS_${PN} =  " qtbase libdbus-c++ json-c \
                   "
 
-SRCREV  = "b0e059007de776450c91c983a2bcac20414617e9"
-SRC_URI = "git://github.com/AGLExport/genivi-navi-yelp-client.git;branch=agl \
+SRCREV  = "4ecdbfc4bcb0f13708c80d56d7d901d578237ce3"
+SRC_URI = "git://github.com/AGLExport/genivi-navi-yelp-client.git;branch=dab \
           "
 
 S = "${WORKDIR}/git"