From f5f1507a4ec7d7bac14dd152215b3695f8d50c1e Mon Sep 17 00:00:00 2001 From: Akira Shibakawa Date: Wed, 14 Oct 2020 23:47:12 -0700 Subject: 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. Signed-off-by: Akira Shibakawa Signed-off-by: Richard Purdie --- meta/recipes-kernel/kmod/kmod.inc | 1 + 1 file changed, 1 insertion(+) (limited to 'meta/recipes-kernel/kmod') 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" LIC_FILES_CHKSUM = "file://COPYING;md5=a6f89e2100d9b6cdffcea4f398e37343 \ file://libkmod/COPYING;md5=a6f89e2100d9b6cdffcea4f398e37343 \ + file://tools/COPYING;md5=751419260aa954499f7abaabaa882bbe \ " inherit autotools gtk-doc pkgconfig manpages -- cgit 1.2.3-korg