Musl version is just a wrapper to strtod and not an exposed API Signed-off-by: Khem Raj <[email protected]> --- meta/recipes-support/icu/icu_66.1.bb | 2 ++ 1 file changed, 2 insertions(+)
diff --git a/meta/recipes-support/icu/icu_66.1.bb b/meta/recipes-support/icu/icu_66.1.bb index 736bec4605..93d7fdbd3b 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<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 () { rm -rf ${S}/data cp -a ${WORKDIR}/data ${S} -- 2.26.0
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#137020): https://lists.openembedded.org/g/openembedded-core/message/137020 Mute This Topic: https://lists.openembedded.org/mt/72776411/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
