From 9dd27d796326a4e0f48d3d277ffafb78ba4e53f1 Mon Sep 17 00:00:00 2001 From: Alexander Kanavin Date: Mon, 24 Jul 2017 17:28:08 +0300 Subject: 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 (From OE-Core rev: b002f44ed5a07b42deb8cccdb192e12091cd654f) Signed-off-by: Alexander Kanavin Signed-off-by: Richard Purdie --- meta/conf/distro/include/uninative-flags.inc | 4 ---- 1 file changed, 4 deletions(-) (limited to 'meta/conf/distro/include') diff --git a/meta/conf/distro/include/uninative-flags.inc b/meta/conf/distro/include/uninative-flags.inc index f5b15471a4..febf2a53e5 100644 --- a/meta/conf/distro/include/uninative-flags.inc +++ b/meta/conf/distro/include/uninative-flags.inc @@ -1,7 +1,3 @@ -# icu configure defaults to CXX11 if no -std= option is passed in CXXFLAGS -# therefore pass one -BUILD_CXXFLAGS_append_pn-icu-native = " -std=c++98" - # Some distros (ubuntu 16.10, debian-testing) default to gcc configured with # --enable-default-pie (see gcc -v). This breaks e.g. prelink-native on a pie # default system if binutils-native was built on a system which is not pie default -- cgit v1.2.3-54-g00ecf