summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@arm.com>2024-09-24 12:59:56 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2024-09-30 17:00:50 +0100
commitdd3a73961b49b508771a8cd579ebf1004f786f12 (patch)
tree5621501ecee046e14886705313b3f147c225a43a
parent4e24d7f64b1adfb11c32461abd6cd883f6105b6c (diff)
downloadpoky-dd3a73961b49b508771a8cd579ebf1004f786f12.tar.gz
icu: update patch Upstream-Status
(From OE-Core rev: 717eb63df55f11d3eb4353ae1364a5781adfce76) Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/recipes-support/icu/icu/fix-install-manx.patch4
1 files changed, 1 insertions, 3 deletions
diff --git a/meta/recipes-support/icu/icu/fix-install-manx.patch b/meta/recipes-support/icu/icu/fix-install-manx.patch
index 16cabc8264..7b1ca81451 100644
--- a/meta/recipes-support/icu/icu/fix-install-manx.patch
+++ b/meta/recipes-support/icu/icu/fix-install-manx.patch
@@ -11,9 +11,7 @@ and one process tries to chown a file that the other process has just deleted.
11Also install-manx should be a phony target, and for clarity use $^ instead of $? 11Also install-manx should be a phony target, and for clarity use $^ instead of $?
12in the install command. 12in the install command.
13 13
14Upstream ticket: https://unicode-org.atlassian.net/jira/software/c/projects/ICU/issues/ICU-21172 14Upstream-Status: Backport [0f022dca90cfe6bbf6a74f605dcaf1b489d58a9b]
15
16Upstream-Status: Submitted [https://github.com/unicode-org/icu/pull/2966]
17Signed-off-by: Ross Burton <ross.burton@intel.com> 15Signed-off-by: Ross Burton <ross.burton@intel.com>
18--- 16---
19 Makefile.in | 8 ++++---- 17 Makefile.in | 8 ++++----