summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2020-12-21 17:50:23 +0000
committerAnuj Mittal <anuj.mittal@intel.com>2020-12-28 09:53:26 +0800
commitea9615d82b7d180038967143f16d30ed9d8dc766 (patch)
treefe5b6850e714e48c5ef9a0a39c15f207d728c1d0 /meta/recipes-extended
parente300796a7877ba854d5793c660a9b924a5942874 (diff)
downloadopenembedded-core-contrib-ea9615d82b7d180038967143f16d30ed9d8dc766.tar.gz
man-db: Avoid reproducibility failures after fixing groff-native
Add some temporary bumps to versions to change the output hash so we really can take advantage of the groff-native reproducibility fix. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit af9bd5a03ecf45e92868bc49b1de5c27d94eff6f) Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
Diffstat (limited to 'meta/recipes-extended')
-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
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