diff options
author | Robert Yang <liezhi.yang@windriver.com> | 2017-11-14 01:58:43 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-11-21 13:06:12 +0000 |
commit | 6dfc03cf472069215e8bad0274a9048e0a183d1d (patch) | |
tree | e735e66b28d9fc1d1cbb1b923213ce64f84fa2d2 /meta/recipes-devtools | |
parent | a9be3c445a047bc6fadf65b0d0f874c86c593e5d (diff) | |
download | poky-6dfc03cf472069215e8bad0274a9048e0a183d1d.tar.gz |
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>
Diffstat (limited to 'meta/recipes-devtools')
-rw-r--r-- | meta/recipes-devtools/e2fsprogs/e2fsprogs/reproducible-doc.patch | 21 | ||||
-rw-r--r-- | meta/recipes-devtools/e2fsprogs/e2fsprogs_1.43.7.bb (renamed from meta/recipes-devtools/e2fsprogs/e2fsprogs_1.43.5.bb) | 3 |
2 files changed, 1 insertions, 23 deletions
diff --git a/meta/recipes-devtools/e2fsprogs/e2fsprogs/reproducible-doc.patch b/meta/recipes-devtools/e2fsprogs/e2fsprogs/reproducible-doc.patch deleted file mode 100644 index 8e5d1d341d..0000000000 --- a/meta/recipes-devtools/e2fsprogs/e2fsprogs/reproducible-doc.patch +++ /dev/null | |||
@@ -1,21 +0,0 @@ | |||
1 | |||
2 | Suppport for binary reproducibility. | ||
3 | When compressing, do not save the original file name and time stamp. | ||
4 | |||
5 | Upstream-Status: Submitted [Theodore Ts'o tytso@mit.edu (maintainer)] | ||
6 | |||
7 | Signed-off-by: Juro Bystricky <juro.bystricky@intel.com> | ||
8 | |||
9 | diff --git a/doc/Makefile.in b/doc/Makefile.in | ||
10 | index 9cb584c..0bee4e4 100644 | ||
11 | --- a/doc/Makefile.in | ||
12 | +++ b/doc/Makefile.in | ||
13 | @@ -28,7 +28,7 @@ install-doc-libs: libext2fs.info libext2fs.dvi | ||
14 | $(INSTALL_DATA) $$i $(DESTDIR)$(infodir)/$$i ; \ | ||
15 | done | ||
16 | $(E) " GZIP $(infodir)/libext2fs.info*" | ||
17 | - -$(Q) gzip -9 $(DESTDIR)$(infodir)/libext2fs.info* | ||
18 | + -$(Q) gzip -9 -n $(DESTDIR)$(infodir)/libext2fs.info* | ||
19 | |||
20 | uninstall-doc-libs: | ||
21 | $(RM) -rf $(DESTDIR)$(infodir)/libext2fs.info* | ||
diff --git a/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.43.5.bb b/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.43.7.bb index 00093cc20c..33a991883c 100644 --- a/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.43.5.bb +++ b/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.43.7.bb | |||
@@ -8,13 +8,12 @@ SRC_URI += "file://acinclude.m4 \ | |||
8 | file://mkdir.patch \ | 8 | file://mkdir.patch \ |
9 | file://Revert-mke2fs-enable-the-metadata_csum-and-64bit-fea.patch \ | 9 | file://Revert-mke2fs-enable-the-metadata_csum-and-64bit-fea.patch \ |
10 | file://mkdir_p.patch \ | 10 | file://mkdir_p.patch \ |
11 | file://reproducible-doc.patch \ | ||
12 | file://0001-misc-create_inode.c-set-dir-s-mode-correctly.patch \ | 11 | file://0001-misc-create_inode.c-set-dir-s-mode-correctly.patch \ |
13 | " | 12 | " |
14 | 13 | ||
15 | SRC_URI_append_class-native = " file://e2fsprogs-fix-missing-check-for-permission-denied.patch" | 14 | SRC_URI_append_class-native = " file://e2fsprogs-fix-missing-check-for-permission-denied.patch" |
16 | 15 | ||
17 | SRCREV = "2a13c84b513aa094d1cda727e92d35a89dd777da" | 16 | SRCREV = "4c5e6cd6defb83f1b35a5ef6fccd68c86874ee06" |
18 | UPSTREAM_CHECK_GITTAGREGEX = "v(?P<pver>\d+\.\d+(\.\d+)*)$" | 17 | UPSTREAM_CHECK_GITTAGREGEX = "v(?P<pver>\d+\.\d+(\.\d+)*)$" |
19 | 18 | ||
20 | EXTRA_OECONF += "--libdir=${base_libdir} --sbindir=${base_sbindir} \ | 19 | EXTRA_OECONF += "--libdir=${base_libdir} --sbindir=${base_sbindir} \ |