diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-12-21 17:50:23 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-01-01 11:55:34 +0000 |
commit | 6f62052c53dea9266d3593ae5a5345ec3e68b4db (patch) | |
tree | 2dd6f7b09f06620c4682caeae3890be218b59aa7 /meta | |
parent | b592dea7bb476eeadac54495a06900322f303d94 (diff) | |
download | poky-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')
-rw-r--r-- | meta/recipes-extended/man-db/man-db_2.9.0.bb | 5 |
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 | |||
21 | EXTRA_OECONF = "--with-pager=less --with-systemdsystemunitdir=${systemd_unitdir}/system" | 21 | EXTRA_OECONF = "--with-pager=less --with-systemdsystemunitdir=${systemd_unitdir}/system" |
22 | EXTRA_AUTORECONF += "-I ${S}/gl/m4" | 22 | EXTRA_AUTORECONF += "-I ${S}/gl/m4" |
23 | 23 | ||
24 | # Can be dropped when the output next changes, avoids failures after | ||
25 | # reproducibility issues | ||
26 | PR = "r1" | ||
27 | HASHEQUIV_HASH_VERSION .= ".1" | ||
28 | |||
24 | do_install() { | 29 | do_install() { |
25 | autotools_do_install | 30 | autotools_do_install |
26 | 31 | ||