mirror of
https://git.yoctoproject.org/git/poky
synced 2026-01-01 13:58:04 +00:00
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: ea9615d82b7d180038967143f16d30ed9d8dc766) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit af9bd5a03ecf45e92868bc49b1de5c27d94eff6f) Signed-off-by: Anuj Mittal <anuj.mittal@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
parent
dce87b88fe
commit
dfc8a15c8c
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user