summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/man-db
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-extended/man-db')
-rw-r--r--meta/recipes-extended/man-db/man-db_2.8.3.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-extended/man-db/man-db_2.8.3.bb b/meta/recipes-extended/man-db/man-db_2.8.3.bb
index 412e5727cd..a214bd7dd1 100644
--- a/meta/recipes-extended/man-db/man-db_2.8.3.bb
+++ b/meta/recipes-extended/man-db/man-db_2.8.3.bb
@@ -8,14 +8,14 @@ SRC_URI = "${SAVANNAH_NONGNU_MIRROR}/man-db/man-db-${PV}.tar.xz"
8SRC_URI[md5sum] = "6f3055e18fdd1ce5cbbdb30403991ec7" 8SRC_URI[md5sum] = "6f3055e18fdd1ce5cbbdb30403991ec7"
9SRC_URI[sha256sum] = "5932a1ca366e1ec61a3ece1a3afa0e92f2fdc125b61d236f20cc6ff9d80cc4ac" 9SRC_URI[sha256sum] = "5932a1ca366e1ec61a3ece1a3afa0e92f2fdc125b61d236f20cc6ff9d80cc4ac"
10 10
11DEPENDS = "libpipeline gdbm groff-native" 11DEPENDS = "libpipeline gdbm groff-native base-passwd"
12 12
13# | /usr/src/debug/man-db/2.8.0-r0/man-db-2.8.0/src/whatis.c:939: undefined reference to `_nl_msg_cat_cntr' 13# | /usr/src/debug/man-db/2.8.0-r0/man-db-2.8.0/src/whatis.c:939: undefined reference to `_nl_msg_cat_cntr'
14USE_NLS_libc-musl = "no" 14USE_NLS_libc-musl = "no"
15 15
16inherit gettext pkgconfig autotools 16inherit gettext pkgconfig autotools
17 17
18EXTRA_OECONF = "--with-pager=less --disable-cache-owner" 18EXTRA_OECONF = "--with-pager=less"
19 19
20do_install_append_libc-musl() { 20do_install_append_libc-musl() {
21 rm -f ${D}${libdir}/charset.alias 21 rm -f ${D}${libdir}/charset.alias