Re: [dpdk-dev] [PATCH v5 1/4] build: bump minimum Meson version to 0.47.1

2019-01-22 Thread Bruce Richardson
On Tue, Jan 22, 2019 at 01:10:51PM +, Luca Boccassi wrote: > Meson 0.47.1 fixed a bug that is difficult to work around, which causes > the linker flag of dependencies to be repeated dozens of times, which > causes issues especially when using the built-in dependency() API. > Bump the minimum ve

[dpdk-dev] [PATCH v5 1/4] build: bump minimum Meson version to 0.47.1

2019-01-22 Thread Luca Boccassi
Meson 0.47.1 fixed a bug that is difficult to work around, which causes the linker flag of dependencies to be repeated dozens of times, which causes issues especially when using the built-in dependency() API. Bump the minimum version and remove obsolete version checks. Signed-off-by: Luca Boccassi