- 264 license table entries with exact download URLs (224/264 resolved) - Complete sources/ directory with all BitBake recipes - Build configuration: tqma6ul-multi-mba6ulx, spaetzle (musl) - Full traceability for Softwarefreigabeantrag - GCC 13.4.0, Linux 6.6.102, U-Boot 2023.04, musl 1.2.4 - License distribution: GPL-2.0 (24), MIT (23), GPL-2.0+ (18), BSD-3 (16)
33 lines
1.2 KiB
Diff
33 lines
1.2 KiB
Diff
From 78c5fd90a052f95157b3914c708a08b2eeab0154 Mon Sep 17 00:00:00 2001
|
|
From: Richard Purdie <richard.purdie@linuxfoundation.org>
|
|
Date: Tue, 4 Feb 2020 18:12:15 +0000
|
|
Subject: [PATCH] mc: Fix manpage date indeterminism
|
|
MIME-Version: 1.0
|
|
Content-Type: text/plain; charset=UTF-8
|
|
Content-Transfer-Encoding: 8bit
|
|
|
|
The man page date can vary depending upon the host perl, e.g. in Russian
|
|
some versions print 'июня', others 'Июнь' or Polish 'czerwca' or 'czerwiec'.
|
|
Rather than depend upon perl-native to fix this, just remove the date from
|
|
the manpages.
|
|
|
|
RP 2020/2/4
|
|
|
|
Upstream-Status: Inappropriate [OE specficic reproducibility workaround]
|
|
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
|
|
---
|
|
doc/man/date-of-man-include.am | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/doc/man/date-of-man-include.am b/doc/man/date-of-man-include.am
|
|
index 96f9f10..d734c5d 100644
|
|
--- a/doc/man/date-of-man-include.am
|
|
+++ b/doc/man/date-of-man-include.am
|
|
@@ -1,5 +1,5 @@
|
|
SED_PARAMETERS = \
|
|
- -e "s/%DATE_OF_MAN_PAGE%/$${MAN_DATE}/g" \
|
|
+ -e "s/%DATE_OF_MAN_PAGE%//g" \
|
|
-e "s/%MAN_VERSION%/@MAN_VERSION@/g" \
|
|
-e "s{%sysconfdir%{@sysconfdir@{g" \
|
|
-e "s{%libexecdir%{@libexecdir@{g" \
|