From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from wout2-smtp.messagingengine.com (wout2-smtp.messagingengine.com [64.147.123.25]) by dpdk.org (Postfix) with ESMTP id 287F0137C for ; Tue, 18 Sep 2018 15:19:25 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.west.internal (Postfix) with ESMTP id 15E0C30D; Tue, 18 Sep 2018 09:19:24 -0400 (EDT) Received: from mailfrontend2 ([10.202.2.163]) by compute1.internal (MEProxy); Tue, 18 Sep 2018 09:19:24 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= cc:content-transfer-encoding:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-sender :x-me-sender:x-sasl-enc; s=mesmtp; bh=0OsqyqUx/O9cI8C90cuCkrFWMA hq9G47B90wweUPazA=; b=sJt6ZgGwzd/yCn2WRw4NxAB+Vsycbt/n1YBzi7MTnp r0P6jI1RcxF0xuHfLDYt0ymI1aOIC/twk63eKrsuBGnirmljX/yoBnR8RurWZnJh aiGkswpiCrmv4Ea5LR1dWG/TrwHXCKnt1wR195qdEHwon5JzNfVBAcmrAMp/IYJu c= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-sender:x-me-sender:x-sasl-enc; s=fm3; bh=0Osqyq Ux/O9cI8C90cuCkrFWMAhq9G47B90wweUPazA=; b=tPx6SakTyZW6uLDH/wHCsO oTeo6P7W2XadKzkoG7W+bQerD6I0aXV+7XkNd5KdF+zZ64uu7oiBkPPmMpCpN7vq rt6TsA6wWo9YrmSU2PXOn9XrPMp7WPdnp+GbTMGov67NN6ii2P8BP80OKqZhfBgV WM2KocP9gbgcnbfegmhXxOsKGiQZ+pGVNaaDsBe9OuBmCMJJqUfHzidz9WtgReFV q4EPWim1YXsoCaWZEuOWUGflVXtNFhB7IFcYBpBAQJG2pFdMb9ZE89w8wCcaEOe3 9lDnFeCk038zJJQnPj1qfyYvlvspePwyQUbdHhcX4bws4J0Jwj9UUkU/Jitp1i6g == X-ME-Proxy: X-ME-Sender: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id 8F165102D3; Tue, 18 Sep 2018 09:19:22 -0400 (EDT) From: Thomas Monjalon To: Bruce Richardson Cc: dev@dpdk.org, Timothy Redaelli Date: Tue, 18 Sep 2018 15:19:21 +0200 Message-ID: <2512706.TgcfURBGgc@xps> In-Reply-To: <20180918144443.0fea1fe1@redhat.com> References: <20180918105552.58464-1-bruce.richardson@intel.com> <20180918144443.0fea1fe1@redhat.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH] build: fix compatibility with meson 0.41 onwards 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, 18 Sep 2018 13:19:25 -0000 18/09/2018 14:44, Timothy Redaelli: > On Tue, 18 Sep 2018 11:55:52 +0100 > Bruce Richardson wrote: > > > Versions of meson prior to 0.47 flattened the parameters to the > > "set_variable" function, which meant that the function could not take > > array variables as a parameter. Therefore, we need to disable driver > > tracking for those older versions, in order to maintain compatibility > > with the minimum supported 0.41 version, and also v0.45 shipped in > > Ubuntu 18.04 release. > > > > Fixes: 806c45dd483d ("build: add configuration summary at end of > > config") > > > > Signed-off-by: Bruce Richardson > > Tried to build using meson 0.42.1 and it builds correctly > > Tested-by: Timothy Redaelli Applied, thanks