]> code.ossystems Code Review - openembedded-core.git/commitdiff
man-db: Avoid reproducibility failures after fixing groff-native
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 21 Dec 2020 17:50:23 +0000 (17:50 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 21 Dec 2020 22:29:08 +0000 (22:29 +0000)
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>
meta/recipes-extended/man-db/man-db_2.9.3.bb

index 0e6016a73cd1344f2b67bf0b3bfc350ccf01e345..a28f77b75001248d843f2caf60bdc7306ac2db46 100644 (file)
@@ -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