summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorSaul Wold <sgw@linux.intel.com>2012-03-14 16:33:04 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-03-16 10:40:29 +0000
commite07686e83de1fe930e4591d6e89eacdbc62fdffe (patch)
tree05282cb2aa643ae9f7117393c035cd73d55dbc8a /meta
parent44f50c3ce1b74ec49baa5e4231d580498c407074 (diff)
downloadpoky-e07686e83de1fe930e4591d6e89eacdbc62fdffe.tar.gz
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>
Diffstat (limited to 'meta')
-rw-r--r--meta/recipes-kernel/dtc/dtc.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-kernel/dtc/dtc.inc b/meta/recipes-kernel/dtc/dtc.inc
index 9b4b7682b8..fab91dca93 100644
--- a/meta/recipes-kernel/dtc/dtc.inc
+++ b/meta/recipes-kernel/dtc/dtc.inc
@@ -1,7 +1,7 @@
1SUMMARY = "Device Tree Compiler" 1SUMMARY = "Device Tree Compiler"
2DESCRIPTION = "The Device Tree Compiler is a tool used to manipulate the Open-Firmware-like device tree used by PowerPC kernels." 2DESCRIPTION = "The Device Tree Compiler is a tool used to manipulate the Open-Firmware-like device tree used by PowerPC kernels."
3SECTION = "bootloader" 3SECTION = "bootloader"
4LICENSE = "GPL2 | BSD" 4LICENSE = "GPLv2 | BSD"
5DEPENDS = "flex-native bison-native" 5DEPENDS = "flex-native bison-native"
6 6
7inherit autotools 7inherit autotools