From: Naoto Yamaguchi Date: Sun, 31 Dec 2017 09:45:36 +0000 (+0900) Subject: POI App does not visible after startup X-Git-Tag: 5.0.0~3 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?p=AGL%2Fmeta-agl-demo.git;a=commitdiff_plain;h=99affbadb0ea5d8bfa58a72546f556a3e0fd1f1d 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 --- 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"