From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bruce Richardson Subject: Re: [PATCH v3 1/4] build: bump minimum Meson version to 0.47.1 Date: Fri, 11 Jan 2019 17:17:04 +0000 Message-ID: <20190111171704.GA16340@bricha3-MOBL.ger.corp.intel.com> References: <20190103175725.5836-1-bluca@debian.org> <20190111162608.13162-1-bluca@debian.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: dev@dpdk.org To: Luca Boccassi Return-path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id 265B61B9EE for ; Fri, 11 Jan 2019 18:17:09 +0100 (CET) Content-Disposition: inline In-Reply-To: <20190111162608.13162-1-bluca@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, Jan 11, 2019 at 04:26:05PM +0000, Luca Boccassi wrote: > Meson 0.47.1 fixed a bug that is difficult to work around, which causes > the linker flag of dependencies to be repeated dozens of times, which > causes issues especially when using the built-in dependency() API. > Bump the minimum version and remove obsolete version checks. > > Signed-off-by: Luca Boccassi > --- > v2: bump meson minimum version to 0.47.1 to avoid meson bug > v3: split away first independent patch from series > > drivers/meson.build | 5 +---- > kernel/linux/meson.build | 6 +----- > meson.build | 35 +++++++++++++++-------------------- > 3 files changed, 17 insertions(+), 29 deletions(-) > This looks ok to me. Acked-by: Bruce Richardson