summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@windriver.com>2012-05-18 17:18:16 +0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-05-18 15:24:04 +0100
commit72101b324062642474d67ee90356489993a973d0 (patch)
tree9f5a48fb3c331a111fda1deb386167633f5629b1
parent5bf86f42e25489ebe92d2c891ee7ee340d668e29 (diff)
downloadopenembedded-core-72101b324062642474d67ee90356489993a973d0.tar.gz
openembedded-core-72101b324062642474d67ee90356489993a973d0.tar.bz2
openembedded-core-72101b324062642474d67ee90356489993a973d0.tar.xz
openembedded-core-72101b324062642474d67ee90356489993a973d0.zip
kern-tools: update LICENSE field to GPLv2
The LICENSE field for kern-tools was generic and leads to QA warnings from the license classs: "No generic license file exists for: GPL in any provider" Updating to a specific GPL version that matches the source fixes the warning. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/recipes-kernel/kern-tools/kern-tools-native_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-kernel/kern-tools/kern-tools-native_git.bb b/meta/recipes-kernel/kern-tools/kern-tools-native_git.bb
index b5e203e11..9ef1a2039 100644
--- a/meta/recipes-kernel/kern-tools/kern-tools-native_git.bb
+++ b/meta/recipes-kernel/kern-tools/kern-tools-native_git.bb
@@ -1,5 +1,5 @@
DESCRIPTION = "Scripts and utilities for managing Yocto branched kernels."
-LICENSE = "GPL"
+LICENSE = "GPLv2"
LIC_FILES_CHKSUM = "file://git/tools/kgit;beginline=5;endline=9;md5=e2bf4415f3d843f43d2e22b0d91a6fee"
DEPENDS = "git-native guilt-native"