summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNaoto Yamaguchi <i33399_YAMAGUCHI@aisin-aw.co.jp>2017-12-24 20:27:41 +0900
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>2017-12-27 22:52:34 +0000
commita9aaead5bc45364e136235c2c1aaa568db91e954 (patch)
tree586862b48ba0617af70d4458d00d394c093f1587
parent1c99cf52e42dc1f137ca57d9cfada1bdd8438e00 (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>
-rwxr-xr-x[-rw-r--r--]recipes-demo-hmi/navigation/poiapp_git.bb5
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 0249ce98..7f412691 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"