From 58e35ecf32af3aaf18af1e9576de74892f61cae5 Mon Sep 17 00:00:00 2001 From: Toshi Umemura Date: Mon, 19 Dec 2016 18:10:59 +0900 Subject: Add recipe for mapviewer This patch addes recipe for mapviewer. mapviewer is a child application which communicates with navigation app on homescreen. In CES2017 demo this app is launched at virtual screen next to homescreen. (invisible on homescreen) Mapviewer dislay on virtual screen is transported to meter cluster side via ethernet. That will be shown at center of meter cluster with 384x368. window manager tries to change the position to be sent to a cluster after systemd execute LayerManagerControl set surface. In order to avoid this sleep is added as a tentative solution. Change-Id: I903ef19b2550b01e1c90e8960d1edda01b46297d Signed-off-by: ynakamura Signed-off-by: Naoto Yamaguchi --- recipes-demo-hmi/navigation/mapviewer_git.bb | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 recipes-demo-hmi/navigation/mapviewer_git.bb (limited to 'recipes-demo-hmi/navigation/mapviewer_git.bb') diff --git a/recipes-demo-hmi/navigation/mapviewer_git.bb b/recipes-demo-hmi/navigation/mapviewer_git.bb new file mode 100644 index 000000000..0078f3a0f --- /dev/null +++ b/recipes-demo-hmi/navigation/mapviewer_git.bb @@ -0,0 +1,21 @@ +LICENSE="GPLv2" +LIC_FILES_CHKSUM="file://LICENSE;md5=3595e9c703a847d990664d2b396a9df0 \ + file://COPYING;md5=947b2d60ca3872e172034438e9801200" + +DEPENDS = " \ + glib-2.0 freetype sqlite3 wayland zlib expat openssl virtual/libgles2 virtual/libgl virtual/egl \ + wayland \ + " + +RDEPENDS_${PN} = " navigation " + +SRCREV="348edb91ab6ea94e0d60c5a1789e1e9c2ae961c6" +SRC_URI="git://github.com/AGLExport/mapviwer.git" + +# To avoid C++ library link failure +SECURITY_CFLAGS = "" + +inherit autotools pkgconfig + +S = "${WORKDIR}/git" + -- cgit 1.2.3-korg