summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python-matplotlib
diff options
context:
space:
mode:
authorCody P Schafer <dev@codyps.com>2016-09-09 16:51:42 -0400
committerMartin Jansa <Martin.Jansa@gmail.com>2016-09-15 10:22:48 +0200
commit3b675cb672ee7141867afa1b1137da9120fd4e12 (patch)
treeed164b23657657f8c6ca266739ea28b2a47594c8 /meta-python/recipes-devtools/python/python-matplotlib
parent170b5ea29ff2a5d3dcfa285a928c12219e29d084 (diff)
downloadmeta-openembedded-3b675cb672ee7141867afa1b1137da9120fd4e12.tar.gz
thrift: fix build on gcc-6
thrift build issues on gcc-6 were essentially 2 issues: - gcc-6 has stricter overflow checking on array declaration, and thrift was using `char` when it should have used `signed char` - gcc-6 is really picky about it's include paths (`-I`), and thrift had a bad habbit of passing internal ones when it was cross compiled due to how it was using `include_directories()` This adds 2 patches (both variations of those submitted upstream, the ones included here are rebased onto thrift-0.9.3). https://issues.apache.org/jira/browse/THRIFT-3831 https://issues.apache.org/jira/browse/THRIFT-3828 Signed-off-by: Cody P Schafer <dev@codyps.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python-matplotlib')
0 files changed, 0 insertions, 0 deletions