From 5c1f34ff690f28179ab308f068d84c909e46b171 Mon Sep 17 00:00:00 2001 From: Naoto Yamaguchi Date: Sat, 26 May 2018 20:52:38 +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: I1e95c71837d157ed407f11e52ccbe9a1437380b2 Signed-off-by: Naoto Yamaguchi --- recipes-demo-hmi/navigation/poiapp_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-demo-hmi/navigation/poiapp_git.bb b/recipes-demo-hmi/navigation/poiapp_git.bb index d408428be..d72fbcd97 100755 --- 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 = "572ea70bc75830a4de11a7f8795f8935f65b29ea" +SRCREV = "b3c6e38e8becf8f3f62e96db8f58345d3a1d88d6" SRC_URI = "git://github.com/AGLExport/genivi-navi-yelp-client.git;branch=agl \ " -- 2.16.6