From: Khem Raj Date: Thu, 27 Mar 2025 16:32:38 +0000 (-0700) Subject: man-db: Do not delete chatset.alias X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e44fc07386a8e9e84725f4e5bded1c299b3e0896;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git man-db: Do not delete chatset.alias charset.alias is not generated anymore Signed-off-by: Khem Raj Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-extended/man-db/man-db_2.13.0.bb b/meta/recipes-extended/man-db/man-db_2.13.0.bb index 750263f99e..a0ce2150f9 100644 --- a/meta/recipes-extended/man-db/man-db_2.13.0.bb +++ b/meta/recipes-extended/man-db/man-db_2.13.0.bb @@ -43,10 +43,6 @@ do_install() { fi } -do_install:append:libc-musl() { - rm -f ${D}${libdir}/charset.alias -} - FILES:${PN} += "${prefix}/lib/tmpfiles.d" FILES:${PN}-dev += "${libdir}/man-db/libman.so ${libdir}/${BPN}/libmandb.so"