[OE-core] [PATCH 02/11] dtc: Fix License warning

Saul Wold sgw at linux.intel.com
Thu Mar 15 19:15:14 UTC 2012


WARNING: dtc: No generic license file exists for: GPL2 in any provider
Signed-off-by: Saul Wold <sgw at linux.intel.com>
---
 meta/recipes-kernel/dtc/dtc.inc |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/meta/recipes-kernel/dtc/dtc.inc b/meta/recipes-kernel/dtc/dtc.inc
index 9b4b768..fab91dc 100644
--- a/meta/recipes-kernel/dtc/dtc.inc
+++ b/meta/recipes-kernel/dtc/dtc.inc
@@ -1,7 +1,7 @@
 SUMMARY = "Device Tree Compiler"
 DESCRIPTION = "The Device Tree Compiler is a tool used to manipulate the Open-Firmware-like device tree used by PowerPC kernels."
 SECTION = "bootloader"
-LICENSE = "GPL2 | BSD"
+LICENSE = "GPLv2 | BSD"
 DEPENDS = "flex-native bison-native"
 
 inherit autotools
-- 
1.7.7.6





More information about the Openembedded-core mailing list