diff options
| author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-12-21 17:50:23 +0000 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-12-21 22:29:57 +0000 |
| commit | 290dccc6e236d66f26da9332a87e4fb7b95e2c58 (patch) | |
| tree | c270b02f0be93e4330aa3eab7ea6744a39362c9c /meta | |
| parent | 1e9a075287757cbd15a7605ba049321fad5cb4ee (diff) | |
| download | poky-290dccc6e236d66f26da9332a87e4fb7b95e2c58.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: af9bd5a03ecf45e92868bc49b1de5c27d94eff6f)
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.3.bb | 5 |
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 | |||
| 20 | EXTRA_OECONF = "--with-pager=less --with-systemdsystemunitdir=${systemd_unitdir}/system" | 20 | EXTRA_OECONF = "--with-pager=less --with-systemdsystemunitdir=${systemd_unitdir}/system" |
| 21 | EXTRA_AUTORECONF += "-I ${S}/gl/m4" | 21 | EXTRA_AUTORECONF += "-I ${S}/gl/m4" |
| 22 | 22 | ||
| 23 | # Can be dropped when the output next changes, avoids failures after | ||
| 24 | # reproducibility issues | ||
| 25 | PR = "r1" | ||
| 26 | HASHEQUIV_HASH_VERSION .= ".1" | ||
| 27 | |||
| 23 | do_install() { | 28 | do_install() { |
| 24 | autotools_do_install | 29 | autotools_do_install |
| 25 | 30 | ||
