From: Ross Burton Date: Fri, 1 Aug 2025 14:25:53 +0000 (+0100) Subject: icu: drop dependency on autoconf-archive-native X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=fedce59511b41d772a394dba5a5abf27e0a0ac05;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git 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 --- 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"