Re: [PATCH] build: avoid deprecated function for Meson properties

2023-01-06 Thread Tyler Retzlaff
On Fri, Jan 06, 2023 at 12:30:38PM +, Bruce Richardson wrote: > On Thu, Jan 05, 2023 at 10:14:04AM +0100, Thomas Monjalon wrote: > > 05/01/2023 05:25, Ruifeng Wang: > > > From: Thomas Monjalon > > > > -* Meson (version 0.53.2+) and ninja > > > > +* Meson (version 0.54+) and ninja > > > >

Re: [PATCH] build: avoid deprecated function for Meson properties

2023-01-06 Thread Bruce Richardson
On Thu, Jan 05, 2023 at 10:14:04AM +0100, Thomas Monjalon wrote: > 05/01/2023 05:25, Ruifeng Wang: > > From: Thomas Monjalon > > > -* Meson (version 0.53.2+) and ninja > > > +* Meson (version 0.54+) and ninja > > > > > meson.build:15 needs update to reflect the version pump. > > And .ci/linux

Re: [PATCH] build: avoid deprecated function for Meson properties

2023-01-05 Thread Thomas Monjalon
05/01/2023 05:25, Ruifeng Wang: > From: Thomas Monjalon > > -* Meson (version 0.53.2+) and ninja > > +* Meson (version 0.54+) and ninja > > > meson.build:15 needs update to reflect the version pump. > And .ci/linux-setup.sh:7 also defines meson version. But I'm not sure whether > this file i

RE: [PATCH] build: avoid deprecated function for Meson properties

2023-01-04 Thread Ruifeng Wang
> -Original Message- > From: Thomas Monjalon > Sent: Wednesday, January 4, 2023 7:37 PM > To: Ruifeng Wang ; Bruce Richardson > ; > Stanislaw Kardach > Cc: dev@dpdk.org; David Marchand > Subject: [PATCH] build: avoid deprecated function for Meson properties > > The function get_cross_p

Re: [PATCH] build: avoid deprecated function for Meson properties

2023-01-04 Thread Stanisław Kardach
On Wed, Jan 4, 2023 at 12:36 PM Thomas Monjalon wrote: > > The function get_cross_property() has been deprecated in Meson 0.58, > and is replaced by the function get_external_property() introduced > in Meson 0.54. > > This replacement requires to raise the minimal accepted Meson version > from 0.5