summaryrefslogtreecommitdiffstats
path: root/meta-oe
diff options
context:
space:
mode:
authorJeremy Puhlman <jpuhlman@mvista.com>2020-02-23 11:02:46 -0800
committerKhem Raj <raj.khem@gmail.com>2020-02-23 22:31:35 -0800
commit6820d9eceae2907ec12073abd0dee7c4daa29cc7 (patch)
tree5bcd981dd973542bbc83ee5ace8948de7a296fda /meta-oe
parentf95eb5ba9e5779b376e82bc081d9243ef76e7c31 (diff)
downloadmeta-openembedded-6820d9eceae2907ec12073abd0dee7c4daa29cc7.tar.gz
ipmiutil: gzip man pages with out timestamp
A timestamp was getting encoded into the gzip header. This causes multilib conflicts when installed together, and would likely fail reproducablity tests. Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe')
-rw-r--r--meta-oe/recipes-kernel/ipmiutil/ipmiutil/0001-Prevent-access-times-from-changing-resulting-gzip-md.patch25
-rw-r--r--meta-oe/recipes-kernel/ipmiutil/ipmiutil_3.1.5.bb1
2 files changed, 26 insertions, 0 deletions
diff --git a/meta-oe/recipes-kernel/ipmiutil/ipmiutil/0001-Prevent-access-times-from-changing-resulting-gzip-md.patch b/meta-oe/recipes-kernel/ipmiutil/ipmiutil/0001-Prevent-access-times-from-changing-resulting-gzip-md.patch
new file mode 100644
index 000000000..78c05ef32
--- /dev/null
+++ b/meta-oe/recipes-kernel/ipmiutil/ipmiutil/0001-Prevent-access-times-from-changing-resulting-gzip-md.patch
@@ -0,0 +1,25 @@
1From da668e5bf1a721797361ab866d09913ee8e157c4 Mon Sep 17 00:00:00 2001
2From: Jeremy Puhlman <jpuhlman@mvista.com>
3Date: Sat, 22 Feb 2020 04:37:04 +0000
4Subject: [PATCH] Prevent access times from changing resulting gzip md5sum
5
6Upstream-Status: Pending
7https://github.com/ipmitool/ipmitool/pull/186
8---
9 doc/Makefile.am | 2 +-
10 1 file changed, 1 insertion(+), 1 deletion(-)
11
12diff --git a/doc/Makefile.am b/doc/Makefile.am
13index b792762..2c52ce6 100644
14--- a/doc/Makefile.am
15+++ b/doc/Makefile.am
16@@ -59,5 +59,5 @@ install:
17 ${INSTALL_DATA_SH} iuser.8 ${manto}
18 ${INSTALL_DATA_SH} iseltime.8 ${manto}
19 ${INSTALL_DATA_SH} bmclanpet.mib ${datato}
20- cd ${manto}; gzip -f *.8
21+ cd ${manto}; gzip -nf *.8
22
23--
242.13.3
25
diff --git a/meta-oe/recipes-kernel/ipmiutil/ipmiutil_3.1.5.bb b/meta-oe/recipes-kernel/ipmiutil/ipmiutil_3.1.5.bb
index 3e2634028..d0f3688a2 100644
--- a/meta-oe/recipes-kernel/ipmiutil/ipmiutil_3.1.5.bb
+++ b/meta-oe/recipes-kernel/ipmiutil/ipmiutil_3.1.5.bb
@@ -21,6 +21,7 @@ PARALLEL_MAKE = ""
21 21
22SRC_URI = "${SOURCEFORGE_MIRROR}/ipmiutil/ipmiutil-${PV}.tar.gz \ 22SRC_URI = "${SOURCEFORGE_MIRROR}/ipmiutil/ipmiutil-${PV}.tar.gz \
23 file://fix_systemd_path.patch \ 23 file://fix_systemd_path.patch \
24 file://0001-Prevent-access-times-from-changing-resulting-gzip-md.patch \
24 " 25 "
25SRC_URI[md5sum] = "292d6df25cad678bb27e5c8cdc6748f9" 26SRC_URI[md5sum] = "292d6df25cad678bb27e5c8cdc6748f9"
26SRC_URI[sha256sum] = "58ccdbd5755d7dd72478756715af09e9c73330dfad2b91dbf03d2ac504b301a3" 27SRC_URI[sha256sum] = "58ccdbd5755d7dd72478756715af09e9c73330dfad2b91dbf03d2ac504b301a3"