summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/dpkg/dpkg/remove-tar-no-timestamp.patch
diff options
context:
space:
mode:
authorSaul Wold <sgw@linux.intel.com>2013-07-29 11:11:09 +0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-08-03 10:33:10 +0100
commitc342715965ae173879fd6f8366dc60c093a393f7 (patch)
tree015620bb535705ab8fca774792ca855adee42787 /meta/recipes-devtools/dpkg/dpkg/remove-tar-no-timestamp.patch
parent46e50e3703c822b4c2d7beb6873f3835274f4302 (diff)
downloadpoky-c342715965ae173879fd6f8366dc60c093a393f7.tar.gz
dpkg: upgrade to 1.17.1
Rebased patches and removed mips related arch triptlet patch due to being upstreamed (From OE-Core rev: 6d4257217f8c5c61ae9bc02b6607d1066168c03a) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
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.patch21
1 files changed, 11 insertions, 10 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 8d884e543c..4f408ff777 100644
--- a/meta/recipes-devtools/dpkg/dpkg/remove-tar-no-timestamp.patch
+++ b/meta/recipes-devtools/dpkg/dpkg/remove-tar-no-timestamp.patch
@@ -3,14 +3,15 @@ busybox-1.19.4 tar utility doesn't support --warning=no-timestamp
3Signed-off-by: Constantin Musca <constantinx.musca@intel.com> 3Signed-off-by: Constantin Musca <constantinx.musca@intel.com>
4 4
5Upstream-Status: Inappropriate [configuration] 5Upstream-Status: Inappropriate [configuration]
6--- a/dpkg-deb/extract.c 6Index: dpkg-1.17.1/dpkg-deb/extract.c
7+++ b/dpkg-deb/extract.c 7===================================================================
8@@ -319,7 +319,7 @@ extracthalf(const char *debar, const cha 8--- dpkg-1.17.1.orig/dpkg-deb/extract.c
9 } 9+++ dpkg-1.17.1/dpkg-deb/extract.c
10 } 10@@ -318,7 +318,6 @@ extracthalf(const char *debar, const cha
11 11
12- execlp(TAR, "tar", buffer, "-", "--warning=no-timestamp", NULL); 12 command_add_arg(&cmd, "-f");
13+ execlp(TAR, "tar", buffer, "-", NULL); 13 command_add_arg(&cmd, "-");
14 ohshite(_("unable to execute %s (%s)"), "tar", TAR); 14- command_add_arg(&cmd, "--warning=no-timestamp");
15 } 15
16 close(p2[0]); 16 m_dup2(p2[0],0);
17 close(p2[0]);