From mboxrd@z Thu Jan 1 00:00:00 1970 From: Luca Boccassi Subject: Re: [PATCH v2 0/3] small improvements to meson build Date: Fri, 27 Apr 2018 15:37:10 +0100 Message-ID: <1524839830.23337.12.camel@debian.org> References: <20180418210521.277384-1-bruce.richardson@intel.com> <20180427134928.4716-1-bruce.richardson@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Cc: hemant.agrawal@nxp.com To: Bruce Richardson , dev@dpdk.org Return-path: Received: from mail-wm0-f65.google.com (mail-wm0-f65.google.com [74.125.82.65]) by dpdk.org (Postfix) with ESMTP id 2B2ACA49C for ; Fri, 27 Apr 2018 16:37:12 +0200 (CEST) Received: by mail-wm0-f65.google.com with SMTP id a8so3035374wmg.5 for ; Fri, 27 Apr 2018 07:37:12 -0700 (PDT) In-Reply-To: <20180427134928.4716-1-bruce.richardson@intel.com> 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, 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. >=20 > Bruce Richardson (3): > =C2=A0 build: fix kernel compile on cross-build > =C2=A0 build: fix check for libbsd in meson > =C2=A0 build: ensure compatibility with future meson versions >=20 > =C2=A0config/meson.build=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0|=C2=A0=C2=A03 ++- > =C2=A0kernel/linux/igb_uio/meson.build |=C2=A0=C2=A06 ------ > =C2=A0kernel/linux/meson.build=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0=C2=A0| 40 > +++++++++++++++++++++++++++++++++++++--- > =C2=A0lib/meson.build=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0|=C2=A0=C2=A02 +- > =C2=A0meson.build=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0|=C2=A0=C2=A06 +++++- > =C2=A05 files changed, 45 insertions(+), 12 deletions(-) Series-acked-by: Luca Boccassi LGTM! --=20 Kind regards, Luca Boccassi