[dpdk-dev] [PATCH v5 1/4] build: bump minimum Meson version to 0.47.1
Bruce Richardson
bruce.richardson at intel.com
Tue Jan 22 14:42:06 CET 2019
On Tue, Jan 22, 2019 at 01:10:51PM +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 <bluca at debian.org>
> ---
> v2: bump meson minimum version to 0.47.1 to avoid meson bug
> v3: split away first independent patch from series
> v4: add acked-by
>
> drivers/meson.build | 5 +----
> kernel/linux/meson.build | 6 +-----
> meson.build | 35 +++++++++++++++--------------------
> 3 files changed, 17 insertions(+), 29 deletions(-)
>
LGTM
Acked-by: Bruce Richardson <bruce.richardson at intel.com>
More information about the dev
mailing list