From: Khem Raj <raj.khem@gmail.com>
To: openembedded-core@lists.openembedded.org
Cc: Khem Raj <raj.khem@gmail.com>
Subject: [PATCH] man-db: Do not delete chatset.alias
Date: Thu, 27 Mar 2025 09:32:38 -0700 [thread overview]
Message-ID: <20250327163238.442756-2-raj.khem@gmail.com> (raw)
In-Reply-To: <20250327163238.442756-1-raj.khem@gmail.com>
charset.alias is not generated anymore
Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
meta/recipes-extended/man-db/man-db_2.13.0.bb | 4 ----
1 file changed, 4 deletions(-)
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 750263f99ed..a0ce2150f9b 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"
next prev parent reply other threads:[~2025-03-27 16:32 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-03-27 16:32 [PATCH] fmt: Backport patch to fix spdlog ABI issue Khem Raj
2025-03-27 16:32 ` Khem Raj [this message]
2025-03-27 16:50 ` Patchtest results for " patchtest
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20250327163238.442756-2-raj.khem@gmail.com \
--to=raj.khem@gmail.com \
--cc=openembedded-core@lists.openembedded.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.