summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/lsb/lsb-release/0001-Remove-timestamp-from-manpage.patch
diff options
context:
space:
mode:
authorJeremy A. Puhlman <jpuhlman@mvista.com>2020-02-27 15:04:30 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-02-28 23:11:29 +0000
commit520fa7ee18cc6082586f79f6d801f41860ae93f2 (patch)
treeab6a2e0d9d57e31f8ed4526a502a9a283e363fd6 /meta/recipes-extended/lsb/lsb-release/0001-Remove-timestamp-from-manpage.patch
parent09a5b4e65c930986663eb3a956bf43fd09233c09 (diff)
downloadpoky-520fa7ee18cc6082586f79f6d801f41860ae93f2.tar.gz
lsb-release: fix likely reproducabilty timestamp
Remove timestamp from gzipped manpage. (From OE-Core rev: bd0236d1b35831b23882e1f1af86504d62e5d0b9) Signed-off-by: Jeremy A. Puhlman <jpuhlman@mvista.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/lsb/lsb-release/0001-Remove-timestamp-from-manpage.patch')
-rw-r--r--meta/recipes-extended/lsb/lsb-release/0001-Remove-timestamp-from-manpage.patch27
1 files changed, 27 insertions, 0 deletions
diff --git a/meta/recipes-extended/lsb/lsb-release/0001-Remove-timestamp-from-manpage.patch b/meta/recipes-extended/lsb/lsb-release/0001-Remove-timestamp-from-manpage.patch
new file mode 100644
index 0000000000..af095fd322
--- /dev/null
+++ b/meta/recipes-extended/lsb/lsb-release/0001-Remove-timestamp-from-manpage.patch
@@ -0,0 +1,27 @@
1From fb0b58be938bab5571ac0bdec3725f6d88b07e9f Mon Sep 17 00:00:00 2001
2From: Jeremy Puhlman <jpuhlman@mvista.com>
3Date: Sat, 22 Feb 2020 19:01:28 +0000
4Subject: [PATCH] Remove timestamp from manpage
5
6Upstream-Status: Submitted [lsb-discuss@lists.linux-foundation.org]
7Signed-off-by: Jeremy A. Puhlman <jpuhlman@mvista.com>
8---
9 Makefile | 2 +-
10 1 file changed, 1 insertion(+), 1 deletion(-)
11
12diff --git a/Makefile b/Makefile
13index 04fdecd..5be8081 100644
14--- a/Makefile
15+++ b/Makefile
16@@ -17,7 +17,7 @@ man: lsb_release.1.gz
17
18 lsb_release.1.gz: lsb_release
19 @./help2man -N --include ./lsb_release.examples --alt_version_key=program_version ./lsb_release >lsb_release.1
20- @gzip -9f lsb_release.1
21+ @gzip -9fn lsb_release.1
22
23 install: all
24 install -D -m 644 lsb_release.1.gz ${mandir}/man1/lsb_release.1.gz
25--
262.13.3
27