summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/dpkg/dpkg/0004-The-lutimes-function-doesn-t-work-properly-for-all-s.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/0004-The-lutimes-function-doesn-t-work-properly-for-all-s.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/0004-The-lutimes-function-doesn-t-work-properly-for-all-s.patch')
-rw-r--r--meta/recipes-devtools/dpkg/dpkg/0004-The-lutimes-function-doesn-t-work-properly-for-all-s.patch14
1 files changed, 7 insertions, 7 deletions
diff --git a/meta/recipes-devtools/dpkg/dpkg/0004-The-lutimes-function-doesn-t-work-properly-for-all-s.patch b/meta/recipes-devtools/dpkg/dpkg/0004-The-lutimes-function-doesn-t-work-properly-for-all-s.patch
index 56c85c7733..bbd5aba418 100644
--- a/meta/recipes-devtools/dpkg/dpkg/0004-The-lutimes-function-doesn-t-work-properly-for-all-s.patch
+++ b/meta/recipes-devtools/dpkg/dpkg/0004-The-lutimes-function-doesn-t-work-properly-for-all-s.patch
@@ -8,14 +8,14 @@ Signed-off-by: Constantin Musca <constantinx.musca@intel.com>
8 8
9Upstream-Status: Inappropriate [embedded specific] 9Upstream-Status: Inappropriate [embedded specific]
10--- 10---
11 src/archives.c | 3 ++- 11 src/main/archives.c | 3 ++-
12 1 file changed, 2 insertions(+), 1 deletion(-) 12 1 file changed, 2 insertions(+), 1 deletion(-)
13 13
14diff --git a/src/archives.c b/src/archives.c 14diff --git a/src/main/archives.c b/src/main/archives.c
15index bff5f14..b711013 100644 15index 92340b9..7a55c27 100644
16--- a/src/archives.c 16--- a/src/main/archives.c
17+++ b/src/archives.c 17+++ b/src/main/archives.c
18@@ -449,8 +449,9 @@ tarobject_set_mtime(struct tar_entry *te, const char *path) 18@@ -490,8 +490,9 @@ tarobject_set_mtime(struct tar_entry *te, const char *path)
19 19
20 if (te->type == TAR_FILETYPE_SYMLINK) { 20 if (te->type == TAR_FILETYPE_SYMLINK) {
21 #ifdef HAVE_LUTIMES 21 #ifdef HAVE_LUTIMES
@@ -27,5 +27,5 @@ index bff5f14..b711013 100644
27 } else { 27 } else {
28 if (utimes(path, tv)) 28 if (utimes(path, tv))
29-- 29--
302.1.4 302.25.1
31 31