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.patch13
1 files changed, 7 insertions, 6 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
index ebf838ffe9..9307725e8b 100644
--- a/meta/recipes-devtools/dpkg/dpkg/remove-tar-no-timestamp.patch
+++ b/meta/recipes-devtools/dpkg/dpkg/remove-tar-no-timestamp.patch
@@ -1,4 +1,8 @@
1busybox-1.19.4 tar utility doesn't support --warning=no-timestamp 1From add92699ca1397205e1d7b46c3ab43de06b9a6c7 Mon Sep 17 00:00:00 2001
2From: Constantin Musca <constantinx.musca@intel.com>
3Date: Tue, 28 Aug 2012 17:02:40 +0300
4Subject: [PATCH] busybox-1.19.4 tar utility doesn't support
5 --warning=no-timestamp
2 6
3Signed-off-by: Constantin Musca <constantinx.musca@intel.com> 7Signed-off-by: Constantin Musca <constantinx.musca@intel.com>
4 8
@@ -8,10 +12,10 @@ Upstream-Status: Inappropriate [configuration]
8 1 file changed, 1 deletion(-) 12 1 file changed, 1 deletion(-)
9 13
10diff --git a/src/deb/extract.c b/src/deb/extract.c 14diff --git a/src/deb/extract.c b/src/deb/extract.c
11index a1b2dc0..95e2372 100644 15index 8b78a7eab..fd7595808 100644
12--- a/src/deb/extract.c 16--- a/src/deb/extract.c
13+++ b/src/deb/extract.c 17+++ b/src/deb/extract.c
14@@ -333,7 +333,6 @@ extracthalf(const char *debar, const char *dir, 18@@ -338,7 +338,6 @@ extracthalf(const char *debar, const char *dir,
15 19
16 command_add_arg(&cmd, "-f"); 20 command_add_arg(&cmd, "-f");
17 command_add_arg(&cmd, "-"); 21 command_add_arg(&cmd, "-");
@@ -19,6 +23,3 @@ index a1b2dc0..95e2372 100644
19 23
20 m_dup2(p2[0],0); 24 m_dup2(p2[0],0);
21 close(p2[0]); 25 close(p2[0]);
22--
232.25.1
24