From 3325161e1f62f727e7dd59be311ab8de7f100903 Mon Sep 17 00:00:00 2001 From: Naoto YAMAGUCHI Date: Fri, 18 May 2018 21:59:02 +0900 Subject: [PATCH] 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 --- recipes-demo-hmi/navigation/poiapp_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 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 100755 new mode 100644 index 3cba1721c..d57d9a450 --- 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 \ " -- 2.16.6