On Fri, Jan 11, 2019 at 04:26:05PM +0000, 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 version and remove obsolete version checks. > > Signed-off-by: Luca Boccassi <bl...@debian.org> > --- > v2: bump meson minimum version to 0.47.1 to avoid meson bug > v3: split away first independent patch from series > > drivers/meson.build | 5 +---- > kernel/linux/meson.build | 6 +----- > meson.build | 35 +++++++++++++++-------------------- > 3 files changed, 17 insertions(+), 29 deletions(-) > This looks ok to me.
Acked-by: Bruce Richardson <bruce.richard...@intel.com>