summaryrefslogtreecommitdiff
path: root/poky/meta/recipes-extended/man-db/man-db_2.9.0.bb
diff options
context:
space:
mode:
Diffstat (limited to 'poky/meta/recipes-extended/man-db/man-db_2.9.0.bb')
-rw-r--r--poky/meta/recipes-extended/man-db/man-db_2.9.0.bb6
1 files changed, 6 insertions, 0 deletions
diff --git a/poky/meta/recipes-extended/man-db/man-db_2.9.0.bb b/poky/meta/recipes-extended/man-db/man-db_2.9.0.bb
index 5b017e8023..333fbfa76d 100644
--- a/poky/meta/recipes-extended/man-db/man-db_2.9.0.bb
+++ b/poky/meta/recipes-extended/man-db/man-db_2.9.0.bb
@@ -12,6 +12,7 @@ SRC_URI[sha256sum] = "5d4aacd9e8876d6a3203a889860c3524c293c38f04111a3350deab8a6c
DEPENDS = "libpipeline gdbm groff-native base-passwd"
RDEPENDS_${PN} += "base-passwd"
+PACKAGE_WRITE_DEPS += "base-passwd"
# | /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'
USE_NLS_libc-musl = "no"
@@ -21,6 +22,11 @@ inherit gettext pkgconfig autotools systemd
EXTRA_OECONF = "--with-pager=less --with-systemdsystemunitdir=${systemd_unitdir}/system"
EXTRA_AUTORECONF += "-I ${S}/gl/m4"
+# Can be dropped when the output next changes, avoids failures after
+# reproducibility issues
+PR = "r1"
+HASHEQUIV_HASH_VERSION .= ".1"
+
do_install() {
autotools_do_install