Re: [oe-core][PATCHv6] vte: upgrade 2.72.2 -> 2.74.0

2023-09-22 Thread Markus Volk
On Thu, Sep 21 2023 at 10:59:44 PM +02:00:00, Alexandre Belloni wrote: BTW, I'd like you to test patches before sending because you claimed this was tested with oe-core but this was definitively not. The fact that we are at v6 and this still breaks builds so early is very annoying. Believe

Re: [oe-core][PATCHv6] vte: upgrade 2.72.2 -> 2.74.0

2023-09-22 Thread Alexander Kanavin
On Fri, 22 Sept 2023 at 08:42, Alexandre Belloni wrote: > IT was on v3. nodistro is not an esoteric configuration. Honestly, > while poky is great for testing, this is an awful distro for an actual > product. Way to many features are enabled for most of the embedded > platforms. Right. I think

Re: [oe-core][PATCHv6] vte: upgrade 2.72.2 -> 2.74.0

2023-09-22 Thread Alexandre Belloni via lists.openembedded.org
On 22/09/2023 07:18:07+0200, Alexander Kanavin wrote: > On Thu, 21 Sept 2023 at 22:59, Alexandre Belloni via > lists.openembedded.org > wrote: > > > > BTW, I'd like you to test patches before sending because you claimed > > this was tested with oe-core but this was definitively not. The fact > >

Re: [oe-core][PATCHv6] vte: upgrade 2.72.2 -> 2.74.0

2023-09-21 Thread Alexander Kanavin
I think for now we can actually fix this via enabling gtk4 in vte subject to opengl in DISTRO_FEATURES. The options do exist: https://github.com/GNOME/vte/blob/master/meson_options.txt#L74 I see it as something of a temporary compromise, but it won't require changing the test matrix, until vte

Re: [oe-core][PATCHv6] vte: upgrade 2.72.2 -> 2.74.0

2023-09-21 Thread Alexander Kanavin
On Thu, 21 Sept 2023 at 22:59, Alexandre Belloni via lists.openembedded.org wrote: > > BTW, I'd like you to test patches before sending because you claimed > this was tested with oe-core but this was definitively not. The fact > that we are at v6 and this still breaks builds so early is very >

Re: [oe-core][PATCHv6] vte: upgrade 2.72.2 -> 2.74.0

2023-09-21 Thread Alexandre Belloni via lists.openembedded.org
On 21/09/2023 16:46:49+0200, Alexander Kanavin wrote: > On Thu, 21 Sept 2023 at 16:42, Alexandre Belloni via > lists.openembedded.org > wrote: > > https://autobuilder.yoctoproject.org/typhoon/#/builders/47/builds/7816/steps/12/logs/stdio > > > > ERROR: Nothing PROVIDES 'vte' (but > >

Re: [oe-core][PATCHv6] vte: upgrade 2.72.2 -> 2.74.0

2023-09-21 Thread Alexandre Belloni via lists.openembedded.org
BTW, I'd like you to test patches before sending because you claimed this was tested with oe-core but this was definitively not. The fact that we are at v6 and this still breaks builds so early is very annoying. On 21/09/2023 16:42:23+0200, Alexandre Belloni wrote: >

Re: [oe-core][PATCHv6] vte: upgrade 2.72.2 -> 2.74.0

2023-09-21 Thread Alexander Kanavin
On Thu, 21 Sept 2023 at 16:42, Alexandre Belloni via lists.openembedded.org wrote: > https://autobuilder.yoctoproject.org/typhoon/#/builders/47/builds/7816/steps/12/logs/stdio > > ERROR: Nothing PROVIDES 'vte' (but >

Re: [oe-core][PATCHv6] vte: upgrade 2.72.2 -> 2.74.0

2023-09-21 Thread Alexandre Belloni via lists.openembedded.org
https://autobuilder.yoctoproject.org/typhoon/#/builders/47/builds/7816/steps/12/logs/stdio ERROR: Nothing PROVIDES 'vte' (but /home/pokybuild/yocto-worker/qemuarm-oecore/build/meta/recipes-sato/matchbox-terminal/matchbox-terminal_0.2.bb DEPENDS on or otherwise requires it) vte was skipped:

[oe-core][PATCHv6] vte: upgrade 2.72.2 -> 2.74.0

2023-09-20 Thread Markus Volk
Rework recipe - remove legacy of the autotools buildsystem - remove BBCLASSEXTEND - build vapi dependent on gi-data - docs require gir, add a EXTRA_OEMESON:append to avoid fail in a combination where docs=true and gir=false - gtk+3 and gtk4 are requested by default-> add gtk4 dependency -