From: Akira Shibakawa Date: Thu, 15 Oct 2020 06:47:12 +0000 (-0700) Subject: License-Update: kmod: Add a missing file to LIC_FILES_CHKSUM. X-Git-Tag: 2020-10-gatesgarth~47 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=f5f1507a4ec7d7bac14dd152215b3695f8d50c1e;p=openembedded-core.git 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 --- 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