diff options
author | Tomoki Sekiyama <tomoki.sekiyama.qu@hitachi.com> | 2016-06-22 06:46:22 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@172.30.200.200> | 2016-07-05 13:39:09 +0000 |
commit | d38fa73285a0a4806091ec9ff71940f27882e68a (patch) | |
tree | 8c96fce03dee7e0cada57f4e4c60e2981c5c7366 | |
parent | 0b5dde065fc42a8efa898a2e766d4b484acb28d2 (diff) |
Add navigation demo app
Add the recipe for navigation demo app to recipes-demo-hmi.
Change-Id: Ia8df6a2e36d24b27e91d5239c888a05dbe990805
Signed-off-by: Tomoki Sekiyama <tomoki.sekiyama.qu@hitachi.com>
-rwxr-xr-x | recipes-demo-hmi/Navigation/Navigation_0.0.7.bb | 16 | ||||
-rw-r--r-- | recipes-platform/images/agl-demo-platform.bb | 1 |
2 files changed, 17 insertions, 0 deletions
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 \ " |