Re: [PATCH 1/1] build: increase minimum meson version to 0.53

2022-10-07 Thread David Marchand
On Fri, Oct 7, 2022 at 5:34 PM Bruce Richardson wrote: > > On Fri, Oct 07, 2022 at 05:26:05PM +0200, David Marchand wrote: > > On Fri, Oct 7, 2022 at 4:11 PM Bruce Richardson > > wrote: > > > > - We have an issue with mingw cross compilation. > > > > https://github.com/ovsrobot/dpdk/actions/runs/

Re: [PATCH 1/1] build: increase minimum meson version to 0.53

2022-10-07 Thread Bruce Richardson
On Fri, Oct 07, 2022 at 05:26:05PM +0200, David Marchand wrote: > On Fri, Oct 7, 2022 at 4:11 PM Bruce Richardson > wrote: > > > - We have an issue with mingw cross compilation. > > > https://github.com/ovsrobot/dpdk/actions/runs/3039251235/jobs/4893964186 > > > > > > + meson build --werror --cros

Re: [PATCH 1/1] build: increase minimum meson version to 0.53

2022-10-07 Thread David Marchand
On Fri, Oct 7, 2022 at 4:11 PM Bruce Richardson wrote: > > - We have an issue with mingw cross compilation. > > https://github.com/ovsrobot/dpdk/actions/runs/3039251235/jobs/4893964186 > > > > + meson build --werror --cross-file config/x86/cross-mingw > > -Dexamples=helloworld -Dplatform=generic -

Re: [PATCH 1/1] build: increase minimum meson version to 0.53

2022-10-07 Thread Bruce Richardson
On Fri, Oct 07, 2022 at 03:17:57PM +0200, David Marchand wrote: > On Mon, Sep 12, 2022 at 7:08 PM Bruce Richardson > wrote: > > > > This patchset bumps the minimum meson version from 0.49.2 to 0.53. > > Rather than specifying a specific point-release of 0.53, as was done > > with 0.49, the version

Re: [PATCH 1/1] build: increase minimum meson version to 0.53

2022-10-07 Thread David Marchand
On Mon, Sep 12, 2022 at 7:08 PM Bruce Richardson wrote: > > This patchset bumps the minimum meson version from 0.49.2 to 0.53. > Rather than specifying a specific point-release of 0.53, as was done > with 0.49, the version specifier is kept to the major release number > only for simplicity, as new

[PATCH 1/1] build: increase minimum meson version to 0.53

2022-09-12 Thread Bruce Richardson
This patchset bumps the minimum meson version from 0.49.2 to 0.53. Rather than specifying a specific point-release of 0.53, as was done with 0.49, the version specifier is kept to the major release number only for simplicity, as new features are not introduces into bugfix releases of meson. Some n