]> code.ossystems Code Review - openembedded-core.git/commitdiff
icu: Remove workaround for musl issue fixed upstream 2 years ago
authorAdrian Bunk <bunk@stusta.de>
Sat, 18 May 2019 09:30:51 +0000 (12:30 +0300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 21 May 2019 11:56:17 +0000 (12:56 +0100)
Signed-off-by: Adrian Bunk <bunk@stusta.de>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-support/icu/icu.inc

index e20085fbf52767145beb385a33e76553ebfae9f1..6d9728903dbe3540eea050c7d753aebb2b31d118 100644 (file)
@@ -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