From b6c91bb70f8ed7200dd43bb115bee51bc82d613a Mon Sep 17 00:00:00 2001 From: Naoto Yamaguchi Date: Thu, 1 Dec 2016 21:26:04 +0900 Subject: [PATCH] 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 --- .../{Navigation/Navigation_0.0.7.bb => navigation/navigation_0.0.7.bb} | 0 recipes-platform/images/agl-demo-platform.bb | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename recipes-demo-hmi/{Navigation/Navigation_0.0.7.bb => navigation/navigation_0.0.7.bb} (100%) diff --git a/recipes-demo-hmi/Navigation/Navigation_0.0.7.bb b/recipes-demo-hmi/navigation/navigation_0.0.7.bb similarity index 100% rename from recipes-demo-hmi/Navigation/Navigation_0.0.7.bb rename to recipes-demo-hmi/navigation/navigation_0.0.7.bb diff --git a/recipes-platform/images/agl-demo-platform.bb b/recipes-platform/images/agl-demo-platform.bb index d17e1bafd..91feb855f 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} \ " -- 2.16.6