diff options
author | Adrian Bunk <bunk@stusta.de> | 2019-05-18 12:30:51 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-05-21 12:56:33 +0100 |
commit | 609f77ae3b163322b23ccc5fd4ed617e068d4675 (patch) | |
tree | a6d15f1f64c5dca4030bfa84ccff68f8a10a6c6c /meta | |
parent | 29578a152536e770d5259f38bacb3c14c9e204a7 (diff) | |
download | poky-609f77ae3b163322b23ccc5fd4ed617e068d4675.tar.gz |
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>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-support/icu/icu.inc | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/meta/recipes-support/icu/icu.inc b/meta/recipes-support/icu/icu.inc index e20085fbf5..6d9728903d 100644 --- a/meta/recipes-support/icu/icu.inc +++ b/meta/recipes-support/icu/icu.inc | |||
@@ -35,13 +35,6 @@ TARGET_CXXFLAGS_append = "${@oe.utils.conditional('SITEINFO_ENDIANNESS', 'be', ' | |||
35 | 35 | ||
36 | ASNEEDED = "" | 36 | ASNEEDED = "" |
37 | 37 | ||
38 | # strtod_l() is not supported by musl; also xlocale.h is missing | ||
39 | # It is not possible to disable its use via configure switches or env vars | ||
40 | # so monkey patching is needed. | ||
41 | do_configure_prepend_libc-musl () { | ||
42 | sed -i -e 's,DU_HAVE_STRTOD_L=1,DU_HAVE_STRTOD_L=0,' ${S}/configure.ac | ||
43 | } | ||
44 | |||
45 | do_compile_prepend_class-target () { | 38 | do_compile_prepend_class-target () { |
46 | # Make sure certain build host references do not end up being compiled | 39 | # Make sure certain build host references do not end up being compiled |
47 | # in the image. This only affects libicutu and icu-dbg | 40 | # in the image. This only affects libicutu and icu-dbg |