summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/dpkg/dpkg/remove-tar-no-timestamp.patch
diff options
context:
space:
mode:
authorwangmy <wangmy@fujitsu.com>2022-03-16 08:17:57 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-03-16 13:39:12 +0000
commit74bf12dacd715bcabc7c905026cc02b1a14dd430 (patch)
tree2fc9a65e3a8a24f5b3d916890ed0f906c1ac0252 /meta/recipes-devtools/dpkg/dpkg/remove-tar-no-timestamp.patch
parente4795393c4882cf38273521539cc255a4ffcb34a (diff)
downloadpoky-74bf12dacd715bcabc7c905026cc02b1a14dd430.tar.gz
dpkg: upgrade 1.21.1 -> 1.21.2
The following patches refreshed for new version: 0001-build.c-ignore-return-of-1-from-tar-cf.patch 0003-Our-pre-postinsts-expect-D-to-be-set-when-running-in.patch 0004-The-lutimes-function-doesn-t-work-properly-for-all-s.patch 0007-dpkg-deb-build.c-Remove-usage-of-clamp-mtime-in-tar.patch noman.patch remove-tar-no-timestamp.patch (From OE-Core rev: d495c19b835e8e4c049b83e983487fc8de021499) Signed-off-by: Wang Mingyu <wangmy@fujitsu.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.patch17
1 files changed, 12 insertions, 5 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 4f408ff777..ebf838ffe9 100644
--- a/meta/recipes-devtools/dpkg/dpkg/remove-tar-no-timestamp.patch
+++ b/meta/recipes-devtools/dpkg/dpkg/remove-tar-no-timestamp.patch
@@ -3,11 +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]
6Index: dpkg-1.17.1/dpkg-deb/extract.c 6---
7=================================================================== 7 src/deb/extract.c | 1 -
8--- dpkg-1.17.1.orig/dpkg-deb/extract.c 8 1 file changed, 1 deletion(-)
9+++ dpkg-1.17.1/dpkg-deb/extract.c 9
10@@ -318,7 +318,6 @@ extracthalf(const char *debar, const cha 10diff --git a/src/deb/extract.c b/src/deb/extract.c
11index a1b2dc0..95e2372 100644
12--- a/src/deb/extract.c
13+++ b/src/deb/extract.c
14@@ -333,7 +333,6 @@ extracthalf(const char *debar, const char *dir,
11 15
12 command_add_arg(&cmd, "-f"); 16 command_add_arg(&cmd, "-f");
13 command_add_arg(&cmd, "-"); 17 command_add_arg(&cmd, "-");
@@ -15,3 +19,6 @@ Index: dpkg-1.17.1/dpkg-deb/extract.c
15 19
16 m_dup2(p2[0],0); 20 m_dup2(p2[0],0);
17 close(p2[0]); 21 close(p2[0]);
22--
232.25.1
24