summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBastian Germann <bage@debian.org>2025-01-24 17:17:50 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2025-01-27 15:47:09 +0000
commitea360d3b5b2b5db06191ff347c683e51bf485db7 (patch)
treece5b0c7433f3edbb542c34fdfb45c7d1cc313a8a
parent5ede0c16eebe7a88fc170dc1e1eda6dae3c7c56f (diff)
downloadpoky-ea360d3b5b2b5db06191ff347c683e51bf485db7.tar.gz
man-pages: Document more specific BSD-4-Clause-UC
LIC_FILES_CHKSUM in the man-pages recipe already contains the more specific license reference BSD-4-Clause-UC that takes a copyright addendum by University of California into account. License-Update: reference can be more specific (From OE-Core rev: af9c90ea01ad7272d7dc50888ff7723f1a7816b6) Signed-off-by: Bastian Germann <bage@debian.org> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/recipes-extended/man-pages/man-pages_6.9.1.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-extended/man-pages/man-pages_6.9.1.bb b/meta/recipes-extended/man-pages/man-pages_6.9.1.bb
index ba1a6c16c4..8258874dd7 100644
--- a/meta/recipes-extended/man-pages/man-pages_6.9.1.bb
+++ b/meta/recipes-extended/man-pages/man-pages_6.9.1.bb
@@ -2,7 +2,7 @@ SUMMARY = "Linux man-pages"
2DESCRIPTION = "The Linux man-pages project documents the Linux kernel and C library interfaces that are employed by user programs" 2DESCRIPTION = "The Linux man-pages project documents the Linux kernel and C library interfaces that are employed by user programs"
3SECTION = "console/utils" 3SECTION = "console/utils"
4HOMEPAGE = "http://www.kernel.org/pub/linux/docs/man-pages" 4HOMEPAGE = "http://www.kernel.org/pub/linux/docs/man-pages"
5LICENSE = "GPL-2.0-or-later & GPL-2.0-only & GPL-1.0-or-later & BSD-2-Clause & BSD-3-Clause & BSD-4-Clause & MIT" 5LICENSE = "GPL-2.0-or-later & GPL-2.0-only & GPL-1.0-or-later & BSD-2-Clause & BSD-3-Clause & BSD-4-Clause-UC & MIT"
6 6
7LIC_FILES_CHKSUM = "file://README;md5=72cff06b7954222c24d38bc2c41b234e \ 7LIC_FILES_CHKSUM = "file://README;md5=72cff06b7954222c24d38bc2c41b234e \
8 file://LICENSES/BSD-2-Clause.txt;md5=9e16594a228301089d759b4f178db91f \ 8 file://LICENSES/BSD-2-Clause.txt;md5=9e16594a228301089d759b4f178db91f \