diff options
Diffstat (limited to 'meta/recipes-extended')
-rw-r--r-- | meta/recipes-extended/mc/files/nomandate.patch | 21 | ||||
-rw-r--r-- | meta/recipes-extended/mc/mc_4.8.23.bb | 1 |
2 files changed, 22 insertions, 0 deletions
diff --git a/meta/recipes-extended/mc/files/nomandate.patch b/meta/recipes-extended/mc/files/nomandate.patch new file mode 100644 index 0000000000..48bd73b110 --- /dev/null +++ b/meta/recipes-extended/mc/files/nomandate.patch | |||
@@ -0,0 +1,21 @@ | |||
1 | The man page date can vary depending upon the host perl, e.g. in Russian | ||
2 | some versions print 'июня', others 'Июнь' or Polish 'czerwca' or 'czerwiec'. | ||
3 | Rather than depend upon perl-native to fix this, just remove the date from | ||
4 | the manpages. | ||
5 | |||
6 | RP 2020/2/4 | ||
7 | |||
8 | Upstream-Status: Inappropriate [OE specficic reproducibility workaround] | ||
9 | Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> | ||
10 | |||
11 | Index: mc-4.8.23/doc/man/date-of-man-include.am | ||
12 | =================================================================== | ||
13 | --- mc-4.8.23.orig/doc/man/date-of-man-include.am | ||
14 | +++ mc-4.8.23/doc/man/date-of-man-include.am | ||
15 | @@ -1,5 +1,5 @@ | ||
16 | SED_PARAMETERS = \ | ||
17 | - -e "s/%DATE_OF_MAN_PAGE%/$${MAN_DATE}/g" \ | ||
18 | + -e "s/%DATE_OF_MAN_PAGE%//g" \ | ||
19 | -e "s/%DISTR_VERSION%/@DISTR_VERSION@/g" \ | ||
20 | -e "s{%prefix%{@prefix@{g" \ | ||
21 | -e "s{%sysconfdir%{@sysconfdir@{g" \ | ||
diff --git a/meta/recipes-extended/mc/mc_4.8.23.bb b/meta/recipes-extended/mc/mc_4.8.23.bb index d8c8f8643e..ead348b92e 100644 --- a/meta/recipes-extended/mc/mc_4.8.23.bb +++ b/meta/recipes-extended/mc/mc_4.8.23.bb | |||
@@ -11,6 +11,7 @@ SRC_URI = "http://www.midnight-commander.org/downloads/${BPN}-${PV}.tar.bz2 \ | |||
11 | file://0001-mc-replace-perl-w-with-use-warnings.patch \ | 11 | file://0001-mc-replace-perl-w-with-use-warnings.patch \ |
12 | file://0001-Add-option-to-control-configure-args.patch \ | 12 | file://0001-Add-option-to-control-configure-args.patch \ |
13 | file://0001-Ticket-3629-configure.ac-drop-bundled-gettext.patch \ | 13 | file://0001-Ticket-3629-configure.ac-drop-bundled-gettext.patch \ |
14 | file://nomandate.patch \ | ||
14 | " | 15 | " |
15 | SRC_URI[md5sum] = "152927ac29cf0e61d7d019f261bb7d89" | 16 | SRC_URI[md5sum] = "152927ac29cf0e61d7d019f261bb7d89" |
16 | SRC_URI[sha256sum] = "238c4552545dcf3065359bd50753abbb150c1b22ec5a36eaa02c82808293267d" | 17 | SRC_URI[sha256sum] = "238c4552545dcf3065359bd50753abbb150c1b22ec5a36eaa02c82808293267d" |