mirror of
https://git.yoctoproject.org/poky
synced 2026-02-28 20:39:39 +01:00
The following patches refreshed for new version: 0001-build.c-ignore-return-of-1-from-tar-cf.patch 0003-Our-pre-postinsts-expect-D-to-be-set-when-running-in.patch 0004-The-lutimes-function-doesn-t-work-properly-for-all-s.patch 0007-dpkg-deb-build.c-Remove-usage-of-clamp-mtime-in-tar.patch noman.patch remove-tar-no-timestamp.patch (From OE-Core rev: d495c19b835e8e4c049b83e983487fc8de021499) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
25 lines
623 B
Diff
25 lines
623 B
Diff
busybox-1.19.4 tar utility doesn't support --warning=no-timestamp
|
|
|
|
Signed-off-by: Constantin Musca <constantinx.musca@intel.com>
|
|
|
|
Upstream-Status: Inappropriate [configuration]
|
|
---
|
|
src/deb/extract.c | 1 -
|
|
1 file changed, 1 deletion(-)
|
|
|
|
diff --git a/src/deb/extract.c b/src/deb/extract.c
|
|
index a1b2dc0..95e2372 100644
|
|
--- a/src/deb/extract.c
|
|
+++ b/src/deb/extract.c
|
|
@@ -333,7 +333,6 @@ extracthalf(const char *debar, const char *dir,
|
|
|
|
command_add_arg(&cmd, "-f");
|
|
command_add_arg(&cmd, "-");
|
|
- command_add_arg(&cmd, "--warning=no-timestamp");
|
|
|
|
m_dup2(p2[0],0);
|
|
close(p2[0]);
|
|
--
|
|
2.25.1
|
|
|