summaryrefslogtreecommitdiffstats
path: root/recipes-demo-hmi/navigation
diff options
context:
space:
mode:
authorNaoto Yamaguchi <i33399_YAMAGUCHI@aisin-aw.co.jp>2016-12-01 21:26:04 +0900
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>2016-12-01 21:54:04 +0000
commitb6c91bb70f8ed7200dd43bb115bee51bc82d613a (patch)
tree8e73219c761aad2f142f2203e441b9c3fc7dda3b /recipes-demo-hmi/navigation
parent3ecf5cc06c44d700a7f29d4ffb49ab4c4954bba7 (diff)
Changed the recipe name and directry name from Navigation to navigation
In Yocto 2.1, if the name of the recipe contains capital letters, it lose the setting of RDEPENDS This change is necessary to successfully install related components Change-Id: Ib94ed024b7ad72a3be9f6a26ec089b8d420e3afa Signed-off-by: Naoto Yamaguchi <i33399_YAMAGUCHI@aisin-aw.co.jp>
Diffstat (limited to 'recipes-demo-hmi/navigation')
-rwxr-xr-xrecipes-demo-hmi/navigation/navigation_0.0.7.bb16
1 files changed, 16 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 00000000..8f7e7a21
--- /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 virtual/libgl virtual/egl wayland"
+#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