[oe] [meta-networking][PATCH 2/2] babeld: Fix build fail on LICENCE

Yi-Soo An yisooan at gmail.com
Tue Oct 9 08:54:25 UTC 2018


Signed-off-by: Yi-Soo An <yisooan at gmail.com>
---
 .../0001-Rename-LICENCE-to-LICENSE.patch      | 24 +++++++++++++++++++
 1 file changed, 24 insertions(+)
 create mode 100644 meta-networking/recipes-protocols/babeld/babeld/0001-Rename-LICENCE-to-LICENSE.patch

diff --git a/meta-networking/recipes-protocols/babeld/babeld/0001-Rename-LICENCE-to-LICENSE.patch b/meta-networking/recipes-protocols/babeld/babeld/0001-Rename-LICENCE-to-LICENSE.patch
new file mode 100644
index 000000000..de374ad69
--- /dev/null
+++ b/meta-networking/recipes-protocols/babeld/babeld/0001-Rename-LICENCE-to-LICENSE.patch
@@ -0,0 +1,24 @@
+From f58103fc6da9a96c11b653eafd4c2ea7eab7ee68 Mon Sep 17 00:00:00 2001
+From: Yi-Soo An <yisooan at gmail.com>
+Date: Tue, 9 Oct 2018 16:24:32 +0900
+Subject: [PATCH] Rename LICENCE to LICENSE
+
+Although LICENCE is grammatically correct, the recipe requires
+only LICENSE file. If the name does not match LICENSE, it fails
+to build.
+
+To fix it, it renames to LICENSE.
+
+Signed-off-by: Yi-Soo An <yisooan at gmail.com>
+---
+ LICENCE => LICENSE | 0
+ 1 file changed, 0 insertions(+), 0 deletions(-)
+ rename LICENCE => LICENSE (100%)
+
+diff --git a/LICENCE b/LICENSE
+similarity index 100%
+rename from LICENCE
+rename to LICENSE
+-- 
+2.17.1
+
-- 
2.17.1




More information about the Openembedded-devel mailing list