diff options
author | Ross Burton <ross.burton@arm.com> | 2025-08-01 15:25:53 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-08-07 12:11:15 +0100 |
commit | 4d6f66bd81d935e3f2cec49ad971f628df295e51 (patch) | |
tree | 4b18e198e1c2dfa6b9f21c1469c7fad61258eba6 | |
parent | 18fba5eb0597e401453e0e8999554fb94bd8375d (diff) | |
download | poky-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.bb | 2 |
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." | |||
6 | HOMEPAGE = "https://icu.unicode.org/" | 6 | HOMEPAGE = "https://icu.unicode.org/" |
7 | 7 | ||
8 | LICENSE = "ICU" | 8 | LICENSE = "ICU" |
9 | DEPENDS = "icu-native autoconf-archive-native" | 9 | DEPENDS = "icu-native" |
10 | 10 | ||
11 | CVE_PRODUCT = "international_components_for_unicode" | 11 | CVE_PRODUCT = "international_components_for_unicode" |
12 | 12 | ||