summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/dpkg/dpkg/remove-tar-no-timestamp.patch
blob: ebf838ffe911ee24aa8c288ac394c9dd122bf0eb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
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