summaryrefslogtreecommitdiffstats
path: root/meta/conf
diff options
context:
space:
mode:
authorAlexander Kanavin <alexander.kanavin@linux.intel.com>2017-07-24 17:28:08 +0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-07-27 22:36:53 +0100
commit9dd27d796326a4e0f48d3d277ffafb78ba4e53f1 (patch)
tree16f7262766fef20379aa1e6bcf97d4424e157301 /meta/conf
parentff736d8d613a492bb77dd88a49e6d686ce6c07aa (diff)
downloadpoky-9dd27d796326a4e0f48d3d277ffafb78ba4e53f1.tar.gz
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 <alexander.kanavin@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/conf')
-rw-r--r--meta/conf/distro/include/uninative-flags.inc4
1 files changed, 0 insertions, 4 deletions
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 @@
1# icu configure defaults to CXX11 if no -std= option is passed in CXXFLAGS
2# therefore pass one
3BUILD_CXXFLAGS_append_pn-icu-native = " -std=c++98"
4
5# Some distros (ubuntu 16.10, debian-testing) default to gcc configured with 1# Some distros (ubuntu 16.10, debian-testing) default to gcc configured with
6# --enable-default-pie (see gcc -v). This breaks e.g. prelink-native on a pie 2# --enable-default-pie (see gcc -v). This breaks e.g. prelink-native on a pie
7# default system if binutils-native was built on a system which is not pie default 3# default system if binutils-native was built on a system which is not pie default