From fedce59511b41d772a394dba5a5abf27e0a0ac05 Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Fri, 1 Aug 2025 15:25:53 +0100 Subject: [PATCH] icu: drop dependency on autoconf-archive-native The tarball includes the relevant M4 macros, so autoconf-archive is not needed to reconfigure. Signed-off-by: Ross Burton Signed-off-by: Mathieu Dubois-Briand Signed-off-by: Richard Purdie --- meta/recipes-support/icu/icu_77-1.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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." HOMEPAGE = "https://icu.unicode.org/" LICENSE = "ICU" -DEPENDS = "icu-native autoconf-archive-native" +DEPENDS = "icu-native" CVE_PRODUCT = "international_components_for_unicode" -- 2.47.2