summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2021-02-25 22:35:23 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-02-26 15:21:21 +0000
commit6d3b7551830abf7ffd5c2be7dffe04b7e12d88ca (patch)
treebacc37f29adedfbe102d7f2d874ed22b9730e3b4 /meta
parent910b09c4bcd848bd071e3482f9c701380ff0e228 (diff)
downloadpoky-6d3b7551830abf7ffd5c2be7dffe04b7e12d88ca.tar.gz
rsync: Update patch status
Mark the path as submitted and effectively a backport as a different fix was added upstream addressing the issue. (From OE-Core rev: 6e82c6e1543f1e863b22d94652c90ee46b40f68a) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r--meta/recipes-devtools/rsync/files/determism.patch8
1 files changed, 7 insertions, 1 deletions
diff --git a/meta/recipes-devtools/rsync/files/determism.patch b/meta/recipes-devtools/rsync/files/determism.patch
index 53a4ca7505..e3494fdded 100644
--- a/meta/recipes-devtools/rsync/files/determism.patch
+++ b/meta/recipes-devtools/rsync/files/determism.patch
@@ -8,7 +8,13 @@ SHELL (/bin/sh) is dash or bash.
8Specify a C locale setting to be deterministic. 8Specify a C locale setting to be deterministic.
9 9
10Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> 10Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
11Upstream-Status: Pending 11Submitted: https://github.com/WayneD/rsync/pull/155
12
13Upstream-Status: Backport [ish, see below]
14
15After discussion upstream renamed util.c to util1.c which avoids the problem
16in a different way. This patch can be dropped when we upgrade to include:
17https://github.com/WayneD/rsync/commit/d3085f7add38a5cf833a0b31cb0637ff46c80f8d
12 18
13Index: rsync-3.2.3/Makefile.in 19Index: rsync-3.2.3/Makefile.in
14=================================================================== 20===================================================================