summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNaoto Yamaguchi <i33399_YAMAGUCHI@aisin-aw.co.jp>2016-12-29 13:52:26 +0900
committerJan-Simon Möller <jsmoeller@linuxfoundation.org>2016-12-29 11:52:15 +0100
commitbeadfbef64d4d9c9db40b71fa4f15e80b0045b77 (patch)
tree49106e734bf7f0d29cf32e760c6963288272ba3c
parentbeec4fea3329098d353d689d097a1ac033a92c48 (diff)
POI App: Adjust display for AGL Distro 3.0
This patch solves the problem that the design of POI-App does not match the application surface size of AGL Distro 3.0. This change solves the problem of display collapse. Change-Id: I7ffadab73dfb6918aa3cb5f97f382311fbbf9bf5 Signed-off-by: Naoto Yamaguchi <i33399_YAMAGUCHI@aisin-aw.co.jp>
-rwxr-xr-x[-rw-r--r--]recipes-demo-hmi/navigation/poiapp_git.bb15
1 files changed, 9 insertions, 6 deletions
diff --git a/recipes-demo-hmi/navigation/poiapp_git.bb b/recipes-demo-hmi/navigation/poiapp_git.bb
index 02a0fa0d..c6fa5d09 100644..100755
--- a/recipes-demo-hmi/navigation/poiapp_git.bb
+++ b/recipes-demo-hmi/navigation/poiapp_git.bb
@@ -1,18 +1,21 @@
-LICENSE="GPLv2"
-LIC_FILES_CHKSUM="file://LICENSE;md5=53633740548e7211116fc17bbe20aaf8"
+SUMMARY = "AGL Reference POI application."
+DESCRIPTION = "This application provides the function of destination search to AGL. It uses the API provided by AGL Reference Navigation. This application uses yelp WebAPI."
+HOMEPAGE = "https://github.com/AGLExport/genivi-navi-yelp-client"
+SECTION = "apps"
+
+LICENSE = "GPLv2"
+LIC_FILES_CHKSUM = "file://COPYING;md5=947b2d60ca3872e172034438e9801200"
inherit cmake_qt5 pkgconfig
DEPENDS += " qtbase libdbus-c++ json-c \
"
-SRCREV="4e09ab88d0d97c59896ba66bf08a8e006e2af81a"
-SRC_URI="git://github.com/AGLExport/genivi-navi-yelp-client.git;branch=new-layout \
+SRCREV="3e162a60c76dee1b4dede81db55e0fa6bae05433"
+SRC_URI="git://github.com/AGLExport/genivi-navi-yelp-client.git;branch=agl \
file://config.xml \
"
-RDEPENDS_${PN} = " navigation "
-
S = "${WORKDIR}/git"
do_install_append() {