From: Khem Raj Date: Sat, 4 Apr 2020 18:51:59 +0000 (-0700) Subject: icu: Mark strtod_l unavailable on musl X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~11381 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=660fdaa95858485b1caa779f1137a933c1f5d5f6;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git icu: Mark strtod_l unavailable on musl Musl version is just a wrapper to strtod and not an exposed API Signed-off-by: Khem Raj Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-support/icu/icu_66.1.bb b/meta/recipes-support/icu/icu_66.1.bb index 0d26f52f20b..f2bb344e33e 100644 --- a/meta/recipes-support/icu/icu_66.1.bb +++ b/meta/recipes-support/icu/icu_66.1.bb @@ -37,6 +37,8 @@ SRC_URI[data.sha256sum] = "8be647f738891d2beb79d48f99077b3499948430eae6f1be11255 UPSTREAM_CHECK_REGEX = "icu4c-(?P\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