From 0eab0a2af137af1b69cd69862c58d2b51f2e63bd Mon Sep 17 00:00:00 2001 From: Naoto Yamaguchi Date: Sun, 31 Dec 2017 20:07:47 +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: I5d0b086d07867cb035862343d8b3854e29935781 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 7f4126915..d408428be 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 = "d7afe75ebd4041b1d52f8a5066e38e6e2e5c91b7" +SRCREV = "572ea70bc75830a4de11a7f8795f8935f65b29ea" SRC_URI = "git://github.com/AGLExport/genivi-navi-yelp-client.git;branch=agl \ " -- 2.16.6