From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bruce Richardson Subject: Re: [PATCH v2 0/3] small improvements to meson build Date: Tue, 8 May 2018 21:22:42 +0100 Message-ID: <20180508202241.GB21016@bricha3-MOBL.ger.corp.intel.com> References: <20180418210521.277384-1-bruce.richardson@intel.com> <20180427134928.4716-1-bruce.richardson@intel.com> <1524839830.23337.12.camel@debian.org> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Cc: dev@dpdk.org, hemant.agrawal@nxp.com To: Luca Boccassi Return-path: Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id B23D97CC2 for ; Tue, 8 May 2018 22:22:46 +0200 (CEST) Content-Disposition: inline In-Reply-To: <1524839830.23337.12.camel@debian.org> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On Fri, Apr 27, 2018 at 03:37:10PM +0100, Luca Boccassi wrote: > On Fri, 2018-04-27 at 14:49 +0100, Bruce Richardson wrote: > > A few small improvements and fixes for the meson build system, > > including > > improved behaviour for building kmods - especially on cross-compile, > > a fix > > for our libbsd detect on CentOS 7, and a small change to ensure > > compatibility > > with future meson versions. > > > > Bruce Richardson (3): > >   build: fix kernel compile on cross-build > >   build: fix check for libbsd in meson > >   build: ensure compatibility with future meson versions > > > >  config/meson.build               |  3 ++- > >  kernel/linux/igb_uio/meson.build |  6 ------ > >  kernel/linux/meson.build         | 40 > > +++++++++++++++++++++++++++++++++++++--- > >  lib/meson.build                  |  2 +- > >  meson.build                      |  6 +++++- > >  5 files changed, 45 insertions(+), 12 deletions(-) > > Series-acked-by: Luca Boccassi > Applied to dpdk-next-build Bruce