[OE-core] [PATCH 1/1] vte-native: reduce c++ requirements from c++17 -> c++14

Richard Purdie richard.purdie at linuxfoundation.org
Mon Apr 29 20:26:25 UTC 2019


On Mon, 2019-04-29 at 16:07 +0200, Andreas Müller wrote:
> This should fix build on ancient hosts
> 
> Signed-off-by: Andreas Müller <schnitzeltony at gmail.com>

This fixed debian9 but didn't fix centos7 :(

https://autobuilder.yoctoproject.org/typhoon/#/builders/79/builds/150

| checking for a sed that does not truncate output... (cached) sed
| checking whether g++  supports C++14 features by default... no
| checking whether g++  supports C++14 features with -std=gnu++14... no
| checking whether g++  supports C++14 features with -std=gnu++1y... no
| checking whether g++  supports C++14 features with -std=c++14... no
| checking whether g++  supports C++14 features with +std=c++14... no
| checking whether g++  supports C++14 features with -h std=c++14... no
| checking whether g++  supports C++14 features with -std=c++1y... no
| checking whether g++  supports C++14 features with +std=c++1y... no
| checking whether g++  supports C++14 features with -h std=c++1y... no
| configure: error: *** A compiler with support for C++14 language
features is required.

So we may have to look at reverting, or perhaps just adding a vte-
native recipe with an older version of vte?

Cheers,

Richard



More information about the Openembedded-core mailing list