On 1 November 2016 at 15:25, Alexander Kanavin < alexander.kana...@linux.intel.com> wrote:
> The copyright for the software has been transferred to Unicode Inc from > IBM, > but the terms are same. > > libiculx and libicule are no longer produced as they depend on an external > package icu-le-hb (previous versions had an option of using an internal > implementation which now has been dropped). I have verified that icu > dependencies in oe-core and meta-oe still build. > > Signed-off-by: Alexander Kanavin <alexander.kana...@linux.intel.com> > This breaks under musl: ../../icu/source/i18n/digitlst.cpp:67:24: fatal error: xlocale.h: No such file or directory # include <xlocale.h> musl doesn't have xlocale.h but does have a crippled strtod_l (doesn't actually support a passed in locale, which is the entire point of the _l functions). Upstreams such as pulseaudio have done https://bugs.freedesktop.org/attachment.cgi?id=118644 to guard the include, but I see that digitlist.cpp has an alternative branch where strtod_l isn't supported: as that function on musl is crippled maybe ICU should be told not to use it? Ross
-- _______________________________________________ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.openembedded.org/mailman/listinfo/openembedded-core