aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNaoto Yamaguchi <i33399_YAMAGUCHI@aisin-aw.co.jp>2018-05-28 00:08:14 +0900
committerNaoto Yamaguchi <i33399_YAMAGUCHI@aisin-aw.co.jp>2018-05-28 00:09:14 +0900
commit80953f28b32f504dbee012b4bbdce218ccb2bde1 (patch)
tree1e8c9f5cffd2eae0292963dbd00c725eaa17b7f4
parent65619655cb3f373a1b15da7a4d91191a2867464b (diff)
Bug Fix: POI app is not workingdab
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>
-rwxr-xr-x[-rw-r--r--]recipes-demo-hmi/navigation/poiapp_git.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-demo-hmi/navigation/poiapp_git.bb b/recipes-demo-hmi/navigation/poiapp_git.bb
index 4938984c..1bbf0f0c 100644..100755
--- a/recipes-demo-hmi/navigation/poiapp_git.bb
+++ b/recipes-demo-hmi/navigation/poiapp_git.bb
@@ -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"