]> code.ossystems Code Review - openembedded-core.git/commitdiff
dtc: Fix License warning
authorSaul Wold <sgw@linux.intel.com>
Wed, 14 Mar 2012 23:33:04 +0000 (16:33 -0700)
committerSaul Wold <sgw@linux.intel.com>
Thu, 15 Mar 2012 18:43:29 +0000 (11:43 -0700)
WARNING: dtc: No generic license file exists for: GPL2 in any provider
Signed-off-by: Saul Wold <sgw@linux.intel.com>
meta/recipes-kernel/dtc/dtc.inc

index 9b4b7682b8653b21bb1d6f4e18aca0b4576e8696..fab91dca93578819f79ba28c9d8c0637e659c414 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