dtc: Fix License warning
authorSaul Wold <sgw@linux.intel.com>
Wed, 14 Mar 2012 23:33:04 +0000 (16:33 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 16 Mar 2012 10:40:29 +0000 (10:40 +0000)
WARNING: dtc: No generic license file exists for: GPL2 in any provider
(From OE-Core rev: bdaa8c17ed8171ce827e84b8680ca8248e10a1d2)

Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-kernel/dtc/dtc.inc

index 9b4b768..fab91dc 100644 (file)
@@ -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