diff options
author | Alexander Kanavin <alex.kanavin@gmail.com> | 2022-11-23 23:23:08 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-11-27 23:54:51 +0000 |
commit | 1505d86fa2f449cdc8dc100c1111bcf454bdcd5c (patch) | |
tree | 645b736dec40ff9ba83484e34b1c21ae4102e5df /meta/recipes-extended | |
parent | 608f3fec55f9255a952a52e85f9e842b18bb5305 (diff) | |
download | poky-1505d86fa2f449cdc8dc100c1111bcf454bdcd5c.tar.gz |
man-db: update 2.10.2 -> 2.11.1
License-Update: upstream has clarified that
the combined work is gpl3 due to use of gnulib.
man-db's own pieces remain (l)gpl2 or later.
https://salsa.debian.org/debian/man-db/-/commit/695a3560fdf91f829f21f00a502244b0cf28e29d
https://salsa.debian.org/debian/man-db/-/blob/upstream/README.md#copyright-and-licensing
(From OE-Core rev: b04a823d7357e320da8fdce927251597a764ad8d)
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended')
-rw-r--r-- | meta/recipes-extended/man-db/man-db_2.11.1.bb (renamed from meta/recipes-extended/man-db/man-db_2.10.2.bb) | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/meta/recipes-extended/man-db/man-db_2.10.2.bb b/meta/recipes-extended/man-db/man-db_2.11.1.bb index a41e2dd4d8..2d539c4a5b 100644 --- a/meta/recipes-extended/man-db/man-db_2.10.2.bb +++ b/meta/recipes-extended/man-db/man-db_2.11.1.bb | |||
@@ -1,15 +1,17 @@ | |||
1 | SUMMARY = "An implementation of the standard Unix documentation system accessed using the man command" | 1 | SUMMARY = "An implementation of the standard Unix documentation system accessed using the man command" |
2 | HOMEPAGE = "http://man-db.nongnu.org/" | 2 | HOMEPAGE = "http://man-db.nongnu.org/" |
3 | DESCRIPTION = "man-db is an implementation of the standard Unix documentation system accessed using the man command. It uses a Berkeley DB database in place of the traditional flat-text whatis databases." | 3 | DESCRIPTION = "man-db is an implementation of the standard Unix documentation system accessed using the man command. It uses a Berkeley DB database in place of the traditional flat-text whatis databases." |
4 | LICENSE = "LGPL-2.1-only & GPL-2.0-only" | 4 | LICENSE = "LGPL-2.1-or-later & GPL-2.0-or-later & GPL-3.0-or-later" |
5 | LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=4fbd65380cdd255951079008b364516c \ | 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=1ebbd3e34237af26da5dc08a4e440464 \ |
6 | file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" | 6 | file://docs/COPYING.GPLv2;md5=b234ee4d69f5fce4486a80fdaf4a4263 \ |
7 | file://docs/COPYING.LIB;md5=4fbd65380cdd255951079008b364516c \ | ||
8 | " | ||
7 | 9 | ||
8 | SRC_URI = "${SAVANNAH_NONGNU_MIRROR}/man-db/man-db-${PV}.tar.xz \ | 10 | SRC_URI = "${SAVANNAH_NONGNU_MIRROR}/man-db/man-db-${PV}.tar.xz \ |
9 | file://99_mandb \ | 11 | file://99_mandb \ |
10 | file://0001-man-Move-local-variable-declaration-to-function-scop.patch \ | 12 | file://0001-man-Move-local-variable-declaration-to-function-scop.patch \ |
11 | file://man_db.conf-avoid-multilib-install-file-conflict.patch" | 13 | file://man_db.conf-avoid-multilib-install-file-conflict.patch" |
12 | SRC_URI[sha256sum] = "ee97954d492a13731903c9d0727b9b01e5089edbd695f0cdb58d405a5af5514d" | 14 | SRC_URI[sha256sum] = "2eabaa5251349847de9c9e43c634d986cbcc6f87642d1d9cb8608ec18487b6cc" |
13 | 15 | ||
14 | DEPENDS = "libpipeline gdbm groff-native base-passwd" | 16 | DEPENDS = "libpipeline gdbm groff-native base-passwd" |
15 | RDEPENDS:${PN} += "base-passwd" | 17 | RDEPENDS:${PN} += "base-passwd" |