From: Naoto Yamaguchi Date: Sun, 24 Dec 2017 11:27:41 +0000 (+0900) Subject: Fix: Cannot running POI App X-Git-Tag: flounder_5.99.1~45 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?p=AGL%2Fmeta-agl-demo.git;a=commitdiff_plain;h=d06bb59b941c45f0f7410c9daad065c2ecc2e2b4 Fix: Cannot running POI App In POI App, AGL HMI Framework correspondence was incomplete. This patch allows POI App to run on eel. Bug-AGL: SPEC-1224 Change-Id: I6367e8f22bc2f56b0deaf3909fd127b6fd28c048 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 0249ce980..7f4126915 --- a/recipes-demo-hmi/navigation/poiapp_git.bb +++ b/recipes-demo-hmi/navigation/poiapp_git.bb @@ -10,13 +10,14 @@ inherit cmake_qt5 pkgconfig inherit aglwgt DEPENDS += " qtbase json-c libnaviapi-agl \ + af-binder qlibwindowmanager virtual/libhomescreen \ " RDEPENDS_${PN} = " qtbase \ " -SRCREV = "833cdb678636677c33088d67f9ebfdb6125ca900" -SRC_URI = "git://github.com/AGLExport/genivi-navi-yelp-client.git;branch=eel \ +SRCREV = "d7afe75ebd4041b1d52f8a5066e38e6e2e5c91b7" +SRC_URI = "git://github.com/AGLExport/genivi-navi-yelp-client.git;branch=agl \ " S = "${WORKDIR}/git"