Re: [dpdk-dev] [PATCH v8 4/6] devtools: fix the missing ninja command error on CentOS

2018-06-15 Thread Bruce Richardson
On Fri, Jun 15, 2018 at 04:01:18PM +0800, Gavin Hu wrote: > On CentOS, the ninja executable has a different name: > ninja-build, this patch is to fix the missing command error > on CentOS as follows: > ./devtools/test-meson-builds.sh: line 24: ninja: command not found > > Fixes: a55277a788 ("devto

[dpdk-dev] [PATCH v8 4/6] devtools: fix the missing ninja command error on CentOS

2018-06-15 Thread Gavin Hu
On CentOS, the ninja executable has a different name: ninja-build, this patch is to fix the missing command error on CentOS as follows: ./devtools/test-meson-builds.sh: line 24: ninja: command not found Fixes: a55277a788 ("devtools: add test script for meson builds") Cc: sta...@dpdk.org Signed-of