mirror of
https://git.yoctoproject.org/poky
synced 2026-03-06 15:29:40 +01:00
icu: Remove workaround for musl issue fixed upstream 2 years ago
(From OE-Core rev: d1070bcf4358a63c384f2baaddbbf04fe3ac1130) Signed-off-by: Adrian Bunk <bunk@stusta.de> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
29578a1525
commit
609f77ae3b
@@ -35,13 +35,6 @@ TARGET_CXXFLAGS_append = "${@oe.utils.conditional('SITEINFO_ENDIANNESS', 'be', '
|
||||
|
||||
ASNEEDED = ""
|
||||
|
||||
# strtod_l() is not supported by musl; also xlocale.h is missing
|
||||
# It is not possible to disable its use via configure switches or env vars
|
||||
# so monkey patching is needed.
|
||||
do_configure_prepend_libc-musl () {
|
||||
sed -i -e 's,DU_HAVE_STRTOD_L=1,DU_HAVE_STRTOD_L=0,' ${S}/configure.ac
|
||||
}
|
||||
|
||||
do_compile_prepend_class-target () {
|
||||
# Make sure certain build host references do not end up being compiled
|
||||
# in the image. This only affects libicutu and icu-dbg
|
||||
|
||||
Reference in New Issue
Block a user