man-db: upgrade 2.9.4 -> 2.10.0

Message ID 1644308922-5558-1-git-send-email-wangmy@fujitsu.com
State Accepted, archived
Commit 68e7e1d332f9e0f777882e3a6b41b9d958340e7b
Headers show
Series man-db: upgrade 2.9.4 -> 2.10.0 | expand

Commit Message

Mingyu Wang (Fujitsu) Feb. 8, 2022, 8:28 a.m. UTC
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 <wangmy@fujitsu.com>
---
 .../man-db/{man-db_2.9.4.bb => man-db_2.10.0.bb}            | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
 rename meta/recipes-extended/man-db/{man-db_2.9.4.bb => man-db_2.10.0.bb} (90%)

Comments

Khem Raj Feb. 9, 2022, 8:38 p.m. UTC | #1
This is failing on musl see
https://errors.yoctoproject.org/Errors/Details/624476/

On Tue, Feb 8, 2022 at 12:29 AM wangmy <wangmy@fujitsu.com> wrote:
>
> 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 <wangmy@fujitsu.com>
> ---
>  .../man-db/{man-db_2.9.4.bb => man-db_2.10.0.bb}            | 6 +++---
>  1 file changed, 3 insertions(+), 3 deletions(-)
>  rename meta/recipes-extended/man-db/{man-db_2.9.4.bb => man-db_2.10.0.bb} (90%)
>
> 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"
> --
> 2.25.1
>
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#161485): https://lists.openembedded.org/g/openembedded-core/message/161485
> Mute This Topic: https://lists.openembedded.org/mt/88992456/1997914
> Group Owner: openembedded-core+owner@lists.openembedded.org
> Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [raj.khem@gmail.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>

Patch

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"