mirror of
https://git.yoctoproject.org/poky
synced 2026-02-20 08:29:42 +01:00
icu: Mark strtod_l unavailable on musl
Musl version is just a wrapper to strtod and not an exposed API (From OE-Core rev: 660fdaa95858485b1caa779f1137a933c1f5d5f6) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -37,6 +37,8 @@ SRC_URI[data.sha256sum] = "8be647f738891d2beb79d48f99077b3499948430eae6f1be11255
|
||||
UPSTREAM_CHECK_REGEX = "icu4c-(?P<pver>\d+(_\d+)+)-src"
|
||||
UPSTREAM_CHECK_URI = "https://github.com/unicode-org/icu/releases"
|
||||
|
||||
EXTRA_OECONF_append_libc-musl = " ac_cv_func_strtod_l=no"
|
||||
|
||||
do_make_icudata_class-target () {
|
||||
cd ${S}
|
||||
rm -rf data
|
||||
|
||||
Reference in New Issue
Block a user