From: wangmy Date: Tue, 8 Feb 2022 08:28:41 +0000 (+0800) Subject: man-db: upgrade 2.9.4 -> 2.10.0 X-Git-Tag: uninative-3.5~14 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=68e7e1d332f9e0f777882e3a6b41b9d958340e7b;p=openembedded-core.git man-db: upgrade 2.9.4 -> 2.10.0 License-Update: ============== COPYING : "GNU Library" changed to "GNU Lesser" format changed COPYING.LIB : "51 Franklin St" changed to "51 Franklin Street" format changed Signed-off-by: Wang Mingyu Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-extended/man-db/man-db_2.9.4.bb b/meta/recipes-extended/man-db/man-db_2.10.0.bb similarity index 90% rename from meta/recipes-extended/man-db/man-db_2.9.4.bb rename to meta/recipes-extended/man-db/man-db_2.10.0.bb index f97974abb8..6a8ac2e3e3 100644 --- a/meta/recipes-extended/man-db/man-db_2.9.4.bb +++ b/meta/recipes-extended/man-db/man-db_2.10.0.bb @@ -2,13 +2,13 @@ SUMMARY = "An implementation of the standard Unix documentation system accessed HOMEPAGE = "http://man-db.nongnu.org/" 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." LICENSE = "LGPLv2.1 & GPLv2" -LIC_FILES_CHKSUM = "file://docs/COPYING.LIB;md5=a6f89e2100d9b6cdffcea4f398e37343 \ - file://docs/COPYING;md5=eb723b61539feef013de476e68b5c50a" +LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=4fbd65380cdd255951079008b364516c \ + file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" SRC_URI = "${SAVANNAH_NONGNU_MIRROR}/man-db/man-db-${PV}.tar.xz \ file://99_mandb \ file://man_db.conf-avoid-multilib-install-file-conflict.patch" -SRC_URI[sha256sum] = "b66c99edfad16ad928c889f87cf76380263c1609323c280b3a9e6963fdb16756" +SRC_URI[sha256sum] = "0a8629022f7117dc7fc6473c6fdb14913b24b106059bb056abee87dbd6070c79" # remove at next version upgrade or when output changes PR = "r1"