Re: [dpdk-dev] [PATCH v6 5/7] devtools: fix the missing ninja command error on CentOS

2018-06-15 Thread Gavin Hu
> -Original Message- > From: Bruce Richardson > Sent: Thursday, June 14, 2018 6:41 PM > To: Gavin Hu > Cc: dev@dpdk.org; sta...@dpdk.org > Subject: Re: [dpdk-dev] [PATCH v6 5/7] devtools: fix the missing ninja > command error on CentOS > > On Thu, Jun 1

Re: [dpdk-dev] [PATCH v6 5/7] devtools: fix the missing ninja command error on CentOS

2018-06-14 Thread Bruce Richardson
On Thu, Jun 14, 2018 at 05:51:25PM +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 v6 5/7] devtools: fix the missing ninja command error on CentOS

2018-06-14 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