mirror of
https://git.yoctoproject.org/poky
synced 2026-04-22 15:32:14 +02:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
18fba5eb05
commit
4d6f66bd81
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user