From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mx1.redhat.com (mx1.redhat.com [209.132.183.28]) by dpdk.org (Postfix) with ESMTP id 0B1092BFA for ; Tue, 18 Sep 2018 14:44:46 +0200 (CEST) Received: from smtp.corp.redhat.com (int-mx08.intmail.prod.int.phx2.redhat.com [10.5.11.23]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 71BC63082133; Tue, 18 Sep 2018 12:44:45 +0000 (UTC) Received: from localhost (unknown [10.40.205.118]) by smtp.corp.redhat.com (Postfix) with ESMTP id 9E590450A; Tue, 18 Sep 2018 12:44:44 +0000 (UTC) Date: Tue, 18 Sep 2018 14:44:43 +0200 From: Timothy Redaelli To: Bruce Richardson Cc: dev@dpdk.org Message-ID: <20180918144443.0fea1fe1@redhat.com> In-Reply-To: <20180918105552.58464-1-bruce.richardson@intel.com> References: <20180918105552.58464-1-bruce.richardson@intel.com> Organization: Red Hat MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Scanned-By: MIMEDefang 2.84 on 10.5.11.23 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.42]); Tue, 18 Sep 2018 12:44:45 +0000 (UTC) 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 12:44:46 -0000 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