From 041f603494bb686bde42286d595b3cd5215f636a Mon Sep 17 00:00:00 2001 From: Naoto Yamaguchi Date: Thu, 14 Dec 2017 19:25:46 +0900 Subject: [PATCH] Initial commit for POI App using Binder We will support Binder of POI App. With this correspondence, correspondence of AGL Navigation API will be started. Change-Id: I9ccc6536336c28c4bdca053332c9d32ac47520b9 Signed-off-by: Naoto Yamaguchi --- recipes-demo-hmi/navigation/poiapp_git.bb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/recipes-demo-hmi/navigation/poiapp_git.bb b/recipes-demo-hmi/navigation/poiapp_git.bb index 4938984cd..0249ce980 100644 --- a/recipes-demo-hmi/navigation/poiapp_git.bb +++ b/recipes-demo-hmi/navigation/poiapp_git.bb @@ -9,14 +9,14 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=947b2d60ca3872e172034438e9801200" inherit cmake_qt5 pkgconfig inherit aglwgt -DEPENDS += " qtbase libdbus-c++ json-c \ +DEPENDS += " qtbase json-c libnaviapi-agl \ " -RDEPENDS_${PN} = " qtbase libdbus-c++ json-c \ +RDEPENDS_${PN} = " qtbase \ " -SRCREV = "b0e059007de776450c91c983a2bcac20414617e9" -SRC_URI = "git://github.com/AGLExport/genivi-navi-yelp-client.git;branch=agl \ +SRCREV = "833cdb678636677c33088d67f9ebfdb6125ca900" +SRC_URI = "git://github.com/AGLExport/genivi-navi-yelp-client.git;branch=eel \ " S = "${WORKDIR}/git" -- 2.16.6