summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNaoto Yamaguchi <i33399_YAMAGUCHI@aisin-aw.co.jp>2017-12-31 18:45:36 +0900
committerNaoto Yamaguchi <i33399_YAMAGUCHI@aisin-aw.co.jp>2017-12-31 19:21:28 +0900
commit99affbadb0ea5d8bfa58a72546f556a3e0fd1f1d (patch)
tree12c5c1c1c49f5b9138a7894992097d60e73048ac
parenta9aaead5bc45364e136235c2c1aaa568db91e954 (diff)
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 <i33399_YAMAGUCHI@aisin-aw.co.jp>
-rwxr-xr-xrecipes-demo-hmi/navigation/poiapp_git.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-demo-hmi/navigation/poiapp_git.bb b/recipes-demo-hmi/navigation/poiapp_git.bb
index 7f412691..3cba1721 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"