Re: [dpdk-dev] [PATCH 19.08 1/3] kernel/linux: remove unnecessary meson version check

2019-04-30 Thread Bruce Richardson
On Tue, Apr 30, 2019 at 03:03:23PM +0100, Bruce Richardson wrote: > The check for meson version 0.44 is not redundant since the minimum "not", in this case, being used as a synonym for "now" :-) > supported version for the project as a whole is 0.47. > > Signed-off-by: Bruce Richardson > --- >

[dpdk-dev] [PATCH 19.08 1/3] kernel/linux: remove unnecessary meson version check

2019-04-30 Thread Bruce Richardson
The check for meson version 0.44 is not redundant since the minimum supported version for the project as a whole is 0.47. Signed-off-by: Bruce Richardson --- kernel/linux/meson.build | 7 +-- 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/kernel/linux/meson.build b/kernel/linux