summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2020-12-21 17:50:23 +0000
committerSteve Sakoman <steve@sakoman.com>2020-12-22 08:09:20 -1000
commit4e41a22f704e22bef0d207c9c511168bca92cc82 (patch)
tree7c961c34bbe6a4568803026b8f6ca345975f79fc /meta/recipes-extended
parent5bbd7b1f6e1dccffc7bf3f0b37fbc74b6e755e81 (diff)
downloadopenembedded-core-contrib-4e41a22f704e22bef0d207c9c511168bca92cc82.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: Steve Sakoman <steve@sakoman.com>
Diffstat (limited to 'meta/recipes-extended')
-rw-r--r--meta/recipes-extended/man-db/man-db_2.9.0.bb5
1 files changed, 5 insertions, 0 deletions
diff --git a/meta/recipes-extended/man-db/man-db_2.9.0.bb b/meta/recipes-extended/man-db/man-db_2.9.0.bb
index 5b017e8023..493fe817e5 100644
--- a/meta/recipes-extended/man-db/man-db_2.9.0.bb
+++ b/meta/recipes-extended/man-db/man-db_2.9.0.bb
@@ -21,6 +21,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