From: David Marchand Date: Thu, 9 Jan 2020 12:59:16 +0000 (+0100) Subject: ci: use meson 0.47.1 X-Git-Url: http://git.droids-corp.org/?a=commitdiff_plain;h=a02b9406a8769247737b55dbfa50b6b5f896d946;hp=a02b9406a8769247737b55dbfa50b6b5f896d946;p=dpdk.git ci: use meson 0.47.1 meson 0.53.0 has a compatibility issue [1] with the python 3.5.2 that comes in Ubuntu 16.04. On the other hand, the minimal version supported in dpdk is 0.47.1. Stick to this version to avoid getting hit by regressions in meson latest shiny release. 1: https://github.com/mesonbuild/meson/issues/6427 Cc: stable@dpdk.org Signed-off-by: David Marchand Acked-by: Bruce Richardson ---