]> code.ossystems Code Review - openembedded-core.git/commit
icu: update to 59.1
authorAlexander Kanavin <alexander.kanavin@linux.intel.com>
Mon, 24 Jul 2017 14:28:08 +0000 (17:28 +0300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 27 Jul 2017 21:20:15 +0000 (22:20 +0100)
commitb002f44ed5a07b42deb8cccdb192e12091cd654f
treec4220abee9d8bd23c74147bef8c4e65e563d7a66
parentabb8895d5b42a5dc171360a261a2652acd14ee7e
icu: update to 59.1

License checksum change due to copyright year update.

Latest icu will not compile with anything less than C++11, so
drop the enforcement of an earlier C++ version. This should be okay,
as there is now a fix in place for the problem of mixing native gcc 4/5
compiled code:
http://git.yoctoproject.org/cgit/cgit.cgi/poky/commit/?id=c21cec84886d9c70396e9be0ceb9a8ef300b54be

Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/conf/distro/include/uninative-flags.inc
meta/recipes-support/icu/icu_59.1.bb [moved from meta/recipes-support/icu/icu_58.2.bb with 78% similarity]