diff options
author | Naoto Yamaguchi <i33399_YAMAGUCHI@aisin-aw.co.jp> | 2016-12-01 21:26:04 +0900 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2016-12-01 21:54:04 +0000 |
commit | b6c91bb70f8ed7200dd43bb115bee51bc82d613a (patch) | |
tree | 8e73219c761aad2f142f2203e441b9c3fc7dda3b /recipes-demo-hmi/Navigation/Navigation_0.0.7.bb | |
parent | 3ecf5cc06c44d700a7f29d4ffb49ab4c4954bba7 (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/Navigation_0.0.7.bb')
-rwxr-xr-x | recipes-demo-hmi/Navigation/Navigation_0.0.7.bb | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/recipes-demo-hmi/Navigation/Navigation_0.0.7.bb b/recipes-demo-hmi/Navigation/Navigation_0.0.7.bb deleted file mode 100755 index 8f7e7a213..000000000 --- a/recipes-demo-hmi/Navigation/Navigation_0.0.7.bb +++ /dev/null @@ -1,16 +0,0 @@ -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 |