summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/dpkg/dpkg/remove-tar-no-timestamp.patch
blob: d3a1a13098db049bcce46517fde60db0d91a2087 (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
25
From 7d69de114aa696cfb5e31b491a657ca6b6cbbbd5 Mon Sep 17 00:00:00 2001
From: Constantin Musca <constantinx.musca@intel.com>
Date: Tue, 28 Aug 2012 17:02:40 +0300
Subject: [PATCH] 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 08b281564..c35a182ee 100644
--- a/src/deb/extract.c
+++ b/src/deb/extract.c
@@ -338,7 +338,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]);