Fix: Cannot running POI App 91/12991/2
authorNaoto Yamaguchi <i33399_YAMAGUCHI@aisin-aw.co.jp>
Sun, 24 Dec 2017 11:27:41 +0000 (20:27 +0900)
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>
Wed, 27 Dec 2017 22:52:34 +0000 (22:52 +0000)
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>
recipes-demo-hmi/navigation/poiapp_git.bb [changed mode: 0644->0755]

old mode 100644 (file)
new mode 100755 (executable)
index 0249ce9..7f41269
@@ -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"