From 99affbadb0ea5d8bfa58a72546f556a3e0fd1f1d Mon Sep 17 00:00:00 2001 From: Naoto Yamaguchi Date: Sun, 31 Dec 2017 18:45:36 +0900 Subject: [PATCH] POI App does not visible after startup This problem is caused by not calling activateSurface after creating the IVI-surface. This patch adds activateSurface call to POI-App. Change-Id: Ic3d909348d339ef2f7a2ed9e410347878ec29218 Signed-off-by: Naoto Yamaguchi --- recipes-demo-hmi/navigation/poiapp_git.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-demo-hmi/navigation/poiapp_git.bb b/recipes-demo-hmi/navigation/poiapp_git.bb index 7f4126915..3cba1721c 100755 --- a/recipes-demo-hmi/navigation/poiapp_git.bb +++ b/recipes-demo-hmi/navigation/poiapp_git.bb @@ -16,8 +16,8 @@ DEPENDS += " qtbase json-c libnaviapi-agl \ RDEPENDS_${PN} = " qtbase \ " -SRCREV = "d7afe75ebd4041b1d52f8a5066e38e6e2e5c91b7" -SRC_URI = "git://github.com/AGLExport/genivi-navi-yelp-client.git;branch=agl \ +SRCREV = "42ace0dffb78dcf79cfc7112620a523bf40edd91" +SRC_URI = "git://github.com/AGLExport/genivi-navi-yelp-client.git;branch=eel \ " S = "${WORKDIR}/git" -- 2.16.6