On Tue, Mar 23, 2021 at 09:36:18AM +0100, Gabriel Ganne wrote: > Bump meson required version to 0.49.2 which is chosen to be the same as > in both redhat-8 and debian-10. > > Update documentation and travis setup script accordingly. > > This fixes the following warning: > WARNING: Project targeting '>= 0.47.1' but tried to use feature introduced > in '0.48.0': console arg in custom_target > > 'console' argument is used within kernel/linux/kni/meson.build > > Signed-off-by: Gabriel Ganne <gabriel.ga...@6wind.com>
Repeating here the comment I had on earlier thread - I'd drop the ".2" when not necessary, i.e. unless we find there are bugs that cause us issues with 0.49 or 0.49.1. In general I think it's better to keep the required meson version only at the major release level. The reason it's currently at 0.47.1 rather than 0.47, was that 0.47 had a bug that prevented DPDK builds from working correctly. Regards, /Bruce