diff options
author | Konrad Weihmann <kweihmann@outlook.com> | 2022-04-12 09:09:53 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-04-14 09:47:00 +0100 |
commit | 1186f02363caa3e5154c44b353e1e9f5bb406dbb (patch) | |
tree | c01a902d88793b7e9577daaf28e09f106ffaf132 /meta/recipes-kernel | |
parent | 7973b38018e5b4fc862bec1ff9065b8cc12a5977 (diff) | |
download | poky-1186f02363caa3e5154c44b353e1e9f5bb406dbb.tar.gz |
kern-tools-native: add missing license
add the Kconfiglib license, as this was missing in before.
Add MIT identifier to LICENSE
(From OE-Core rev: 8e337904b1f612dc461e64a57bcd7c2dff2a309b)
Signed-off-by: Konrad Weihmann <kweihmann@outlook.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-kernel')
-rw-r--r-- | meta/recipes-kernel/kern-tools/kern-tools-native_git.bb | 7 |
1 files changed, 5 insertions, 2 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 0dcf1281f0..a6ab9ca56d 100644 --- a/meta/recipes-kernel/kern-tools/kern-tools-native_git.bb +++ b/meta/recipes-kernel/kern-tools/kern-tools-native_git.bb | |||
@@ -3,8 +3,11 @@ DESCRIPTION = "Powerful set of tools or managing Yocto Linux kernel sources \ | |||
3 | and configuration data. You can use these tools to make a single configuration \ | 3 | and configuration data. You can use these tools to make a single configuration \ |
4 | change, apply multiple patches, or work with your own kernel sources." | 4 | change, apply multiple patches, or work with your own kernel sources." |
5 | HOMEPAGE = "https://www.yoctoproject.org/" | 5 | HOMEPAGE = "https://www.yoctoproject.org/" |
6 | LICENSE = "GPL-2.0-only" | 6 | LICENSE = "GPL-2.0-only & MIT" |
7 | LIC_FILES_CHKSUM = "file://tools/kgit;beginline=5;endline=9;md5=9c30e971d435e249624278c3e343e501" | 7 | LIC_FILES_CHKSUM = "\ |
8 | file://tools/kgit;beginline=5;endline=9;md5=9c30e971d435e249624278c3e343e501 \ | ||
9 | file://Kconfiglib/LICENSE.txt;md5=712177a72a3937909543eda3ad1bfb7c \ | ||
10 | " | ||
8 | 11 | ||
9 | DEPENDS = "git-native" | 12 | DEPENDS = "git-native" |
10 | 13 | ||