mirror of
https://git.yoctoproject.org/poky
synced 2026-05-01 06:32:11 +02:00
e2fsprogs: 1.43.5 -> 1.43.7
Remove reproducible-doc.patch which is already in the source. (From OE-Core rev: c76d6f22e72399cab4d2652a7431a390907e1ba2) Signed-off-by: Robert Yang <liezhi.yang@windriver.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
a9be3c445a
commit
6dfc03cf47
@@ -1,21 +0,0 @@
|
||||
|
||||
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*
|
||||
@@ -8,13 +8,12 @@ SRC_URI += "file://acinclude.m4 \
|
||||
file://mkdir.patch \
|
||||
file://Revert-mke2fs-enable-the-metadata_csum-and-64bit-fea.patch \
|
||||
file://mkdir_p.patch \
|
||||
file://reproducible-doc.patch \
|
||||
file://0001-misc-create_inode.c-set-dir-s-mode-correctly.patch \
|
||||
"
|
||||
|
||||
SRC_URI_append_class-native = " file://e2fsprogs-fix-missing-check-for-permission-denied.patch"
|
||||
|
||||
SRCREV = "2a13c84b513aa094d1cda727e92d35a89dd777da"
|
||||
SRCREV = "4c5e6cd6defb83f1b35a5ef6fccd68c86874ee06"
|
||||
UPSTREAM_CHECK_GITTAGREGEX = "v(?P<pver>\d+\.\d+(\.\d+)*)$"
|
||||
|
||||
EXTRA_OECONF += "--libdir=${base_libdir} --sbindir=${base_sbindir} \
|
||||
Reference in New Issue
Block a user