summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/dpkg/dpkg/remove-tar-no-timestamp.patch
blob: 8d884e543c73549c9a00a49ed880e1cd1a3c0a08 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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]
--- a/dpkg-deb/extract.c
+++ b/dpkg-deb/extract.c
@@ -319,7 +319,7 @@ extracthalf(const char *debar, const cha
         }
       }
 
-      execlp(TAR, "tar", buffer, "-", "--warning=no-timestamp", NULL);
+      execlp(TAR, "tar", buffer, "-", NULL);
       ohshite(_("unable to execute %s (%s)"), "tar", TAR);
     }
     close(p2[0]);
OpenPOWER on IntegriCloud