summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@arm.com>2025-08-01 15:25:53 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2025-08-07 12:11:15 +0100
commit4d6f66bd81d935e3f2cec49ad971f628df295e51 (patch)
tree4b18e198e1c2dfa6b9f21c1469c7fad61258eba6
parent18fba5eb0597e401453e0e8999554fb94bd8375d (diff)
downloadpoky-4d6f66bd81d935e3f2cec49ad971f628df295e51.tar.gz
icu: drop dependency on autoconf-archive-native
The tarball includes the relevant M4 macros, so autoconf-archive is not needed to reconfigure. (From OE-Core rev: fedce59511b41d772a394dba5a5abf27e0a0ac05) Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/recipes-support/icu/icu_77-1.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-support/icu/icu_77-1.bb b/meta/recipes-support/icu/icu_77-1.bb
index cd81a6c729..43ea865f2d 100644
--- a/meta/recipes-support/icu/icu_77-1.bb
+++ b/meta/recipes-support/icu/icu_77-1.bb
@@ -6,7 +6,7 @@ same results on all platforms."
6HOMEPAGE = "https://icu.unicode.org/" 6HOMEPAGE = "https://icu.unicode.org/"
7 7
8LICENSE = "ICU" 8LICENSE = "ICU"
9DEPENDS = "icu-native autoconf-archive-native" 9DEPENDS = "icu-native"
10 10
11CVE_PRODUCT = "international_components_for_unicode" 11CVE_PRODUCT = "international_components_for_unicode"
12 12