From: Naoto Yamaguchi Date: Sun, 27 May 2018 15:08:14 +0000 (+0900) Subject: Bug Fix: POI app is not working X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=refs%2Fheads%2Fdab;p=AGL%2Fmeta-agl-demo.git 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 --- 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 4938984cd..1bbf0f0c3 --- 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"