summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-extended/man-db/man-db_2.9.3.bb5
1 files changed, 5 insertions, 0 deletions
diff --git a/meta/recipes-extended/man-db/man-db_2.9.3.bb b/meta/recipes-extended/man-db/man-db_2.9.3.bb
index 0e6016a73c..a28f77b750 100644
--- a/meta/recipes-extended/man-db/man-db_2.9.3.bb
+++ b/meta/recipes-extended/man-db/man-db_2.9.3.bb
@@ -20,6 +20,11 @@ inherit gettext pkgconfig autotools systemd
20EXTRA_OECONF = "--with-pager=less --with-systemdsystemunitdir=${systemd_unitdir}/system" 20EXTRA_OECONF = "--with-pager=less --with-systemdsystemunitdir=${systemd_unitdir}/system"
21EXTRA_AUTORECONF += "-I ${S}/gl/m4" 21EXTRA_AUTORECONF += "-I ${S}/gl/m4"
22 22
23# Can be dropped when the output next changes, avoids failures after
24# reproducibility issues
25PR = "r1"
26HASHEQUIV_HASH_VERSION .= ".1"
27
23do_install() { 28do_install() {
24 autotools_do_install 29 autotools_do_install
25 30