summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/kern-tools
diff options
context:
space:
mode:
authorKonrad Weihmann <kweihmann@outlook.com>2022-04-12 09:09:53 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-04-14 09:47:00 +0100
commit1186f02363caa3e5154c44b353e1e9f5bb406dbb (patch)
treec01a902d88793b7e9577daaf28e09f106ffaf132 /meta/recipes-kernel/kern-tools
parent7973b38018e5b4fc862bec1ff9065b8cc12a5977 (diff)
downloadpoky-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/kern-tools')
-rw-r--r--meta/recipes-kernel/kern-tools/kern-tools-native_git.bb7
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 \
3and configuration data. You can use these tools to make a single configuration \ 3and configuration data. You can use these tools to make a single configuration \
4change, apply multiple patches, or work with your own kernel sources." 4change, apply multiple patches, or work with your own kernel sources."
5HOMEPAGE = "https://www.yoctoproject.org/" 5HOMEPAGE = "https://www.yoctoproject.org/"
6LICENSE = "GPL-2.0-only" 6LICENSE = "GPL-2.0-only & MIT"
7LIC_FILES_CHKSUM = "file://tools/kgit;beginline=5;endline=9;md5=9c30e971d435e249624278c3e343e501" 7LIC_FILES_CHKSUM = "\
8 file://tools/kgit;beginline=5;endline=9;md5=9c30e971d435e249624278c3e343e501 \
9 file://Kconfiglib/LICENSE.txt;md5=712177a72a3937909543eda3ad1bfb7c \
10"
8 11
9DEPENDS = "git-native" 12DEPENDS = "git-native"
10 13