diff options
author | Naoto Yamaguchi <i33399_YAMAGUCHI@aisin-aw.co.jp> | 2017-12-24 20:27:41 +0900 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2017-12-27 20:27:42 +0000 |
commit | d06bb59b941c45f0f7410c9daad065c2ecc2e2b4 (patch) | |
tree | eb3028ffb345942c87141568b4dd1f21a897cfac /recipes-demo-hmi/navigation | |
parent | 641f0ec5a144dc66d63af197e9fa85e6364db18b (diff) |
Fix: Cannot running POI App
In POI App, AGL HMI Framework correspondence was incomplete.
This patch allows POI App to run on eel.
Bug-AGL: SPEC-1224
Change-Id: I6367e8f22bc2f56b0deaf3909fd127b6fd28c048
Signed-off-by: Naoto Yamaguchi <i33399_YAMAGUCHI@aisin-aw.co.jp>
Diffstat (limited to 'recipes-demo-hmi/navigation')
-rwxr-xr-x[-rw-r--r--] | recipes-demo-hmi/navigation/poiapp_git.bb | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/recipes-demo-hmi/navigation/poiapp_git.bb b/recipes-demo-hmi/navigation/poiapp_git.bb index 0249ce980..7f4126915 100644..100755 --- a/recipes-demo-hmi/navigation/poiapp_git.bb +++ b/recipes-demo-hmi/navigation/poiapp_git.bb @@ -10,13 +10,14 @@ inherit cmake_qt5 pkgconfig inherit aglwgt DEPENDS += " qtbase json-c libnaviapi-agl \ + af-binder qlibwindowmanager virtual/libhomescreen \ " RDEPENDS_${PN} = " qtbase \ " -SRCREV = "833cdb678636677c33088d67f9ebfdb6125ca900" -SRC_URI = "git://github.com/AGLExport/genivi-navi-yelp-client.git;branch=eel \ +SRCREV = "d7afe75ebd4041b1d52f8a5066e38e6e2e5c91b7" +SRC_URI = "git://github.com/AGLExport/genivi-navi-yelp-client.git;branch=agl \ " S = "${WORKDIR}/git" |