summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/dpkg/dpkg/remove-tar-no-timestamp.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools/dpkg/dpkg/remove-tar-no-timestamp.patch')
-rw-r--r--meta/recipes-devtools/dpkg/dpkg/remove-tar-no-timestamp.patch16
1 files changed, 16 insertions, 0 deletions
diff --git a/meta/recipes-devtools/dpkg/dpkg/remove-tar-no-timestamp.patch b/meta/recipes-devtools/dpkg/dpkg/remove-tar-no-timestamp.patch
new file mode 100644
index 0000000..8d884e5
--- /dev/null
+++ b/meta/recipes-devtools/dpkg/dpkg/remove-tar-no-timestamp.patch
@@ -0,0 +1,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