From: Tomoki Sekiyama Date: Wed, 22 Jun 2016 06:46:22 +0000 (+0000) Subject: Add navigation demo app X-Git-Tag: 2.0.0~7 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?p=AGL%2Fmeta-agl-demo.git;a=commitdiff_plain;h=d38fa73285a0a4806091ec9ff71940f27882e68a Add navigation demo app Add the recipe for navigation demo app to recipes-demo-hmi. Change-Id: Ia8df6a2e36d24b27e91d5239c888a05dbe990805 Signed-off-by: Tomoki Sekiyama --- diff --git a/recipes-demo-hmi/Navigation/Navigation_0.0.7.bb b/recipes-demo-hmi/Navigation/Navigation_0.0.7.bb new file mode 100755 index 000000000..170e5ccfd --- /dev/null +++ b/recipes-demo-hmi/Navigation/Navigation_0.0.7.bb @@ -0,0 +1,16 @@ +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" +RDEPENDS_${PN} = "glib-2.0 freetype sqlite3 wayland zlib expat openssl libegl libwayland-egl" + +SRCREV="v0.0.7" +SRC_URI="git://github.com/gpsnavi/gpsnavi.git" + +# To avoid C++ library link failure +SECURITY_CFLAGS = "" + +S = "${WORKDIR}/git" + +inherit autotools pkgconfig diff --git a/recipes-platform/images/agl-demo-platform.bb b/recipes-platform/images/agl-demo-platform.bb index a40680dff..2089e7a08 100644 --- a/recipes-platform/images/agl-demo-platform.bb +++ b/recipes-platform/images/agl-demo-platform.bb @@ -22,4 +22,5 @@ IMAGE_INSTALL_append = " \ python-curses \ dhcp-client \ climatecontrolplugin \ + Navigation \ "