diff options
author | Akira Shibakawa <arabishi900@gmail.com> | 2020-10-14 23:47:12 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-10-17 12:34:30 +0100 |
commit | c3f00f9b18bcc6a8dd64e09502e392d0f6fa73dd (patch) | |
tree | 3d85253de50f526b8ab564c5440d15b7496d36d5 /meta | |
parent | 588170c125e09f9e167d745d979ec3a46d860d59 (diff) | |
download | poky-c3f00f9b18bcc6a8dd64e09502e392d0f6fa73dd.tar.gz |
License-Update: kmod: Add a missing file to LIC_FILES_CHKSUM.
Although components under tools/ are licensed under GPLv2+ and
a binary from them are packaged by default, LIC_FILES_CHKSUM
does not include GPLv2 license file, tools/COPYING.
(From OE-Core rev: f5f1507a4ec7d7bac14dd152215b3695f8d50c1e)
Signed-off-by: Akira Shibakawa <arabishi900@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-kernel/kmod/kmod.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-kernel/kmod/kmod.inc b/meta/recipes-kernel/kmod/kmod.inc index edff191700..646dff9a97 100644 --- a/meta/recipes-kernel/kmod/kmod.inc +++ b/meta/recipes-kernel/kmod/kmod.inc | |||
@@ -11,6 +11,7 @@ SECTION = "base" | |||
11 | 11 | ||
12 | LIC_FILES_CHKSUM = "file://COPYING;md5=a6f89e2100d9b6cdffcea4f398e37343 \ | 12 | LIC_FILES_CHKSUM = "file://COPYING;md5=a6f89e2100d9b6cdffcea4f398e37343 \ |
13 | file://libkmod/COPYING;md5=a6f89e2100d9b6cdffcea4f398e37343 \ | 13 | file://libkmod/COPYING;md5=a6f89e2100d9b6cdffcea4f398e37343 \ |
14 | file://tools/COPYING;md5=751419260aa954499f7abaabaa882bbe \ | ||
14 | " | 15 | " |
15 | inherit autotools gtk-doc pkgconfig manpages | 16 | inherit autotools gtk-doc pkgconfig manpages |
16 | 17 | ||