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

2019-04-30 Thread Andreas Müller
On Tue, Apr 30, 2019 at 12:53 PM wrote: > > On Tue, 2019-04-30 at 12:48 +0200, Alexander Kanavin wrote: > > On Mon, 29 Apr 2019 at 23:22, > > wrote: > > > vte-native of an older version is looking like the best option > > > unless > > > Alex says I'm mis-remembering... > > > > I checked what

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

2019-04-30 Thread richard . purdie
On Tue, 2019-04-30 at 12:48 +0200, Alexander Kanavin wrote: > On Mon, 29 Apr 2019 at 23:22, > wrote: > > vte-native of an older version is looking like the best option > > unless > > Alex says I'm mis-remembering... > > I checked what --enable-vte actually does in combination with the gtk > UI

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

2019-04-30 Thread Alexander Kanavin
On Mon, 29 Apr 2019 at 23:22, wrote: > > Let's decide some option: I really would like to close this and I > > have no problem with either way - gnome-terminal can wait. Gnome > > stuff just hobby to me and for test I can add recent vte in my > > personal meta-verse. > > Agreed, we need to make a

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

2019-04-29 Thread richard . purdie
On Mon, 2019-04-29 at 22:53 +0200, Andreas Müller wrote: > On Mon, Apr 29, 2019 at 10:26 PM Richard Purdie > wrote: > > 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 > > > > This fixed debian9 but

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

2019-04-29 Thread Andreas Müller
On Mon, Apr 29, 2019 at 10:26 PM Richard Purdie wrote: > > 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 > > This fixed debian9 but didn't fix centos7 :( > >

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

2019-04-29 Thread Richard Purdie
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 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

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

2019-04-29 Thread Andreas Müller
This should fix build on ancient hosts Signed-off-by: Andreas Müller --- ...uce-gcc-required-support-downto-c-14.patch | 34 ++ ...001-Revert-parser-glue-Use-std-clamp.patch | 44 +++ ...replace-std-clamp-by-std-min-std-max.patch | 33 ++