From b6c91bb70f8ed7200dd43bb115bee51bc82d613a Mon Sep 17 00:00:00 2001 From: Naoto Yamaguchi Date: Thu, 1 Dec 2016 21:26:04 +0900 Subject: 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 --- recipes-demo-hmi/Navigation/Navigation_0.0.7.bb | 16 ---------------- recipes-demo-hmi/navigation/navigation_0.0.7.bb | 16 ++++++++++++++++ recipes-platform/images/agl-demo-platform.bb | 2 +- 3 files changed, 17 insertions(+), 17 deletions(-) delete mode 100755 recipes-demo-hmi/Navigation/Navigation_0.0.7.bb create mode 100755 recipes-demo-hmi/navigation/navigation_0.0.7.bb 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 8f7e7a21..00000000 --- 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 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 diff --git a/recipes-platform/images/agl-demo-platform.bb b/recipes-platform/images/agl-demo-platform.bb index d17e1baf..91feb855 100644 --- a/recipes-platform/images/agl-demo-platform.bb +++ b/recipes-platform/images/agl-demo-platform.bb @@ -32,6 +32,6 @@ IMAGE_INSTALL_append = " \ python-curses \ dhcp-client \ climatecontrolplugin \ - Navigation \ + navigation \ ${IMAGE_TTF_FONTS} \ " -- cgit 1.2.3-korg