diff options
author | Naoto Yamaguchi <i33399_YAMAGUCHI@aisin-aw.co.jp> | 2017-12-31 18:45:36 +0900 |
---|---|---|
committer | Naoto Yamaguchi <i33399_YAMAGUCHI@aisin-aw.co.jp> | 2017-12-31 19:21:28 +0900 |
commit | 99affbadb0ea5d8bfa58a72546f556a3e0fd1f1d (patch) | |
tree | 12c5c1c1c49f5b9138a7894992097d60e73048ac /recipes-demo-hmi/navigation | |
parent | a9aaead5bc45364e136235c2c1aaa568db91e954 (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>
Diffstat (limited to 'recipes-demo-hmi/navigation')
-rwxr-xr-x | recipes-demo-hmi/navigation/poiapp_git.bb | 4 |
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 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" |