From mboxrd@z Thu Jan 1 00:00:00 1970 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) X-Amp-Result: UNSCANNABLE X-Amp-File-Uploaded: False Received: from orsmga004.jf.intel.com ([10.7.209.38]) by orsmga103.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 08 May 2018 13:22:45 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.49,379,1520924400"; d="scan'208";a="197787166" Received: from bricha3-mobl.ger.corp.intel.com ([10.252.7.111]) by orsmga004.jf.intel.com with SMTP; 08 May 2018 13:22:43 -0700 Received: by (sSMTP sendmail emulation); Tue, 08 May 2018 21:22:42 +0100 Date: Tue, 8 May 2018 21:22:42 +0100 From: Bruce Richardson To: Luca Boccassi Cc: dev@dpdk.org, hemant.agrawal@nxp.com 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-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <1524839830.23337.12.camel@debian.org> Organization: Intel Research and Development Ireland Ltd. User-Agent: Mutt/1.9.4 (2018-02-28) Subject: Re: [dpdk-dev] [PATCH v2 0/3] small improvements to meson build X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 May 2018 20:22:48 -0000 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