dtc: Fix License warning

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>
This commit is contained in:
Saul Wold 2012-03-14 16:33:04 -07:00 committed by Richard Purdie
parent 44f50c3ce1
commit e07686e83d
1 changed files with 1 additions and 1 deletions

View 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