diff options
author | Bruce Ashfield <bruce.ashfield@windriver.com> | 2012-05-18 17:18:16 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-05-18 15:25:12 +0100 |
commit | 08a917a25aa6503b3189cd3eafc3ab100515d6e9 (patch) | |
tree | d8adbdff33085fde57b3b738b6a2fb785ca49603 /meta/recipes-kernel/kern-tools | |
parent | 62c5e6a1614005d1ef25e4fe0053f119dca84636 (diff) | |
download | poky-08a917a25aa6503b3189cd3eafc3ab100515d6e9.tar.gz |
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.
(From OE-Core rev: 72101b324062642474d67ee90356489993a973d0)
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-kernel/kern-tools')
-rw-r--r-- | meta/recipes-kernel/kern-tools/kern-tools-native_git.bb | 2 |
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 b5e203e111..9ef1a2039a 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 @@ | |||
1 | DESCRIPTION = "Scripts and utilities for managing Yocto branched kernels." | 1 | DESCRIPTION = "Scripts and utilities for managing Yocto branched kernels." |
2 | LICENSE = "GPL" | 2 | LICENSE = "GPLv2" |
3 | LIC_FILES_CHKSUM = "file://git/tools/kgit;beginline=5;endline=9;md5=e2bf4415f3d843f43d2e22b0d91a6fee" | 3 | LIC_FILES_CHKSUM = "file://git/tools/kgit;beginline=5;endline=9;md5=e2bf4415f3d843f43d2e22b0d91a6fee" |
4 | 4 | ||
5 | DEPENDS = "git-native guilt-native" | 5 | DEPENDS = "git-native guilt-native" |