summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/mc/files/nomandate.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-extended/mc/files/nomandate.patch')
-rw-r--r--meta/recipes-extended/mc/files/nomandate.patch25
1 files changed, 18 insertions, 7 deletions
diff --git a/meta/recipes-extended/mc/files/nomandate.patch b/meta/recipes-extended/mc/files/nomandate.patch
index 48bd73b110..92fa443865 100644
--- a/meta/recipes-extended/mc/files/nomandate.patch
+++ b/meta/recipes-extended/mc/files/nomandate.patch
@@ -1,21 +1,32 @@
1From 78c5fd90a052f95157b3914c708a08b2eeab0154 Mon Sep 17 00:00:00 2001
2From: Richard Purdie <richard.purdie@linuxfoundation.org>
3Date: Tue, 4 Feb 2020 18:12:15 +0000
4Subject: [PATCH] mc: Fix manpage date indeterminism
5MIME-Version: 1.0
6Content-Type: text/plain; charset=UTF-8
7Content-Transfer-Encoding: 8bit
8
1The man page date can vary depending upon the host perl, e.g. in Russian 9The man page date can vary depending upon the host perl, e.g. in Russian
2some versions print 'июня', others 'Июнь' or Polish 'czerwca' or 'czerwiec'. 10some versions print 'июня', others 'Июнь' or Polish 'czerwca' or 'czerwiec'.
3Rather than depend upon perl-native to fix this, just remove the date from 11Rather than depend upon perl-native to fix this, just remove the date from
4the manpages. 12the manpages.
5 13
6RP 2020/2/4 14RP 2020/2/4
7 15
8Upstream-Status: Inappropriate [OE specficic reproducibility workaround] 16Upstream-Status: Inappropriate [OE specficic reproducibility workaround]
9Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> 17Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
18---
19 doc/man/date-of-man-include.am | 2 +-
20 1 file changed, 1 insertion(+), 1 deletion(-)
10 21
11Index: mc-4.8.23/doc/man/date-of-man-include.am 22diff --git a/doc/man/date-of-man-include.am b/doc/man/date-of-man-include.am
12=================================================================== 23index 96f9f10..d734c5d 100644
13--- mc-4.8.23.orig/doc/man/date-of-man-include.am 24--- a/doc/man/date-of-man-include.am
14+++ mc-4.8.23/doc/man/date-of-man-include.am 25+++ b/doc/man/date-of-man-include.am
15@@ -1,5 +1,5 @@ 26@@ -1,5 +1,5 @@
16 SED_PARAMETERS = \ 27 SED_PARAMETERS = \
17- -e "s/%DATE_OF_MAN_PAGE%/$${MAN_DATE}/g" \ 28- -e "s/%DATE_OF_MAN_PAGE%/$${MAN_DATE}/g" \
18+ -e "s/%DATE_OF_MAN_PAGE%//g" \ 29+ -e "s/%DATE_OF_MAN_PAGE%//g" \
19 -e "s/%DISTR_VERSION%/@DISTR_VERSION@/g" \ 30 -e "s/%MAN_VERSION%/@MAN_VERSION@/g" \
20 -e "s{%prefix%{@prefix@{g" \
21 -e "s{%sysconfdir%{@sysconfdir@{g" \ 31 -e "s{%sysconfdir%{@sysconfdir@{g" \
32 -e "s{%libexecdir%{@libexecdir@{g" \