From 80953f28b32f504dbee012b4bbdce218ccb2bde1 Mon Sep 17 00:00:00 2001 From: Naoto Yamaguchi Date: Mon, 28 May 2018 00:08:14 +0900 Subject: 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. Backport from eel/master. Bug-AGL: SPEC-1442 Change-Id: Ifd76514e320940c50de64fd51e16182e239cd4d5 Signed-off-by: Naoto Yamaguchi --- recipes-demo-hmi/navigation/poiapp_git.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) mode change 100644 => 100755 recipes-demo-hmi/navigation/poiapp_git.bb diff --git a/recipes-demo-hmi/navigation/poiapp_git.bb b/recipes-demo-hmi/navigation/poiapp_git.bb old mode 100644 new mode 100755 index 4938984c..1bbf0f0c --- 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" -- cgit 1.2.3-korg