mirror of
https://git.yoctoproject.org/poky
synced 2026-04-18 03:32:13 +02:00
e2fsprogs-doc: binary reproducible
When compressing by gzip, do not save the original file name and time stamp. [YOCTO #11916] (From OE-Core rev: c32d526a056adb8ed1eb8beb9d495bfd01af2342) Signed-off-by: Juro Bystricky <juro.bystricky@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
d3982592e1
commit
82673ee078
@@ -0,0 +1,21 @@
|
||||
|
||||
Suppport for binary reproducibility.
|
||||
When compressing, do not save the original file name and time stamp.
|
||||
|
||||
Upstream-Status: Submitted [Theodore Ts'o tytso@mit.edu (maintainer)]
|
||||
|
||||
Signed-off-by: Juro Bystricky <juro.bystricky@intel.com>
|
||||
|
||||
diff --git a/doc/Makefile.in b/doc/Makefile.in
|
||||
index 9cb584c..0bee4e4 100644
|
||||
--- a/doc/Makefile.in
|
||||
+++ b/doc/Makefile.in
|
||||
@@ -28,7 +28,7 @@ install-doc-libs: libext2fs.info libext2fs.dvi
|
||||
$(INSTALL_DATA) $$i $(DESTDIR)$(infodir)/$$i ; \
|
||||
done
|
||||
$(E) " GZIP $(infodir)/libext2fs.info*"
|
||||
- -$(Q) gzip -9 $(DESTDIR)$(infodir)/libext2fs.info*
|
||||
+ -$(Q) gzip -9 -n $(DESTDIR)$(infodir)/libext2fs.info*
|
||||
|
||||
uninstall-doc-libs:
|
||||
$(RM) -rf $(DESTDIR)$(infodir)/libext2fs.info*
|
||||
@@ -10,6 +10,7 @@ SRC_URI += "file://acinclude.m4 \
|
||||
file://e2fsprogs-1.43-sysmacros.patch \
|
||||
file://mkdir_p.patch \
|
||||
file://0001-e2fsck-exit-with-exit-status-0-if-no-errors-were-fix.patch \
|
||||
file://reproducible-doc.patch \
|
||||
"
|
||||
|
||||
SRC_URI_append_class-native = " file://e2fsprogs-fix-missing-check-for-permission-denied.patch"
|
||||
|
||||
Reference in New Issue
Block a user