summaryrefslogtreecommitdiffstats
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-13 22:23:50 +0100
commitf752d5765ee5f22a08d67976ad076e35a5750450 (patch)
tree77ec825140355623cf40cb1d178bccb85b935682
parent499f91cb6d7c7eaadea2a57cfe9597a723339da4 (diff)
downloadpoky-f752d5765ee5f22a08d67976ad076e35a5750450.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: 1e1e98bbd19d2de097221832b41e4cf855099394) 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>
-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