diff mbox series

[4/5] icu: drop dependency on autoconf-archive-native

Message ID 20250801142554.3273064-4-ross.burton@arm.com
State New
Headers show
Series [1/5] neard: recipe tweaks | expand

Commit Message

Ross Burton Aug. 1, 2025, 2:25 p.m. UTC
The tarball includes the relevant M4 macros, so autoconf-archive is not
needed to reconfigure.

Signed-off-by: Ross Burton <ross.burton@arm.com>
---
 meta/recipes-support/icu/icu_77-1.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/meta/recipes-support/icu/icu_77-1.bb b/meta/recipes-support/icu/icu_77-1.bb
index cd81a6c729d..43ea865f2d7 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."
 HOMEPAGE = "https://icu.unicode.org/"
 
 LICENSE = "ICU"
-DEPENDS = "icu-native autoconf-archive-native"
+DEPENDS = "icu-native"
 
 CVE_PRODUCT = "international_components_for_unicode"