summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/man-db
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2020-12-21 17:50:23 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-01-01 11:55:34 +0000
commit6f62052c53dea9266d3593ae5a5345ec3e68b4db (patch)
tree2dd6f7b09f06620c4682caeae3890be218b59aa7 /meta/recipes-extended/man-db
parentb592dea7bb476eeadac54495a06900322f303d94 (diff)
downloadpoky-6f62052c53dea9266d3593ae5a5345ec3e68b4db.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. (From OE-Core rev: 4e41a22f704e22bef0d207c9c511168bca92cc82) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit af9bd5a03ecf45e92868bc49b1de5c27d94eff6f) Signed-off-by: Steve Sakoman <steve@sakoman.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/man-db')
-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
21EXTRA_OECONF = "--with-pager=less --with-systemdsystemunitdir=${systemd_unitdir}/system" 21EXTRA_OECONF = "--with-pager=less --with-systemdsystemunitdir=${systemd_unitdir}/system"
22EXTRA_AUTORECONF += "-I ${S}/gl/m4" 22EXTRA_AUTORECONF += "-I ${S}/gl/m4"
23 23
24# Can be dropped when the output next changes, avoids failures after
25# reproducibility issues
26PR = "r1"
27HASHEQUIV_HASH_VERSION .= ".1"
28
24do_install() { 29do_install() {
25 autotools_do_install 30 autotools_do_install
26 31