From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 1A8BBA0547; Mon, 19 Apr 2021 10:42:55 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id ED2DD40683; Mon, 19 Apr 2021 10:42:54 +0200 (CEST) Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by mails.dpdk.org (Postfix) with ESMTP id 20C3C40040 for ; Mon, 19 Apr 2021 10:42:52 +0200 (CEST) IronPort-SDR: GswnhjNjLl1VBj/a7yCJ00RWhhIqfMn7JXnXpWhzpfweoGdZgtD7zFdEOyH2mMq314AK07kNwv SRo1/q4kBZ4g== X-IronPort-AV: E=McAfee;i="6200,9189,9958"; a="195319081" X-IronPort-AV: E=Sophos;i="5.82,233,1613462400"; d="scan'208";a="195319081" Received: from orsmga001.jf.intel.com ([10.7.209.18]) by orsmga103.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 19 Apr 2021 01:42:51 -0700 IronPort-SDR: +zMCgnTdBJW8PK0sE4o5kjEKudFDWwir+XaF1lBXAiZM3wtJPQEH9vknU9y7dHVklC7UtzJFmt Zxz9GomEVfBw== X-IronPort-AV: E=Sophos;i="5.82,233,1613462400"; d="scan'208";a="462666679" Received: from bricha3-mobl.ger.corp.intel.com ([10.252.30.74]) by orsmga001-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-SHA; 19 Apr 2021 01:42:46 -0700 Date: Mon, 19 Apr 2021 09:42:41 +0100 From: Bruce Richardson To: Thomas Monjalon Cc: Gabriel Ganne , dev@dpdk.org, Aaron Conole , Michael Santana , Dmitry Kozlyuk , Narcisa Ana Maria Vasile , Dmitry Malloy , Pallavi Kadam , olivier.matz@6wind.com, thierry.herbelot@6wind.com, Andrew Rybchenko , david.marchand@redhat.com Message-ID: References: <20210323083619.23463-1-gabriel.ganne@6wind.com> <4892702.dxNKvehMXT@thomas> <4413055.oDFX5f74Sv@thomas> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4413055.oDFX5f74Sv@thomas> Subject: Re: [dpdk-dev] [PATCH v4] meson: update minimum required meson version X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list 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, Apr 16, 2021 at 07:28:57PM +0200, Thomas Monjalon wrote: > 16/04/2021 17:01, Thomas Monjalon: > > 23/03/2021 11:13, Andrew Rybchenko: > > > On 3/23/21 1:11 PM, Bruce Richardson wrote: > > > > On Tue, Mar 23, 2021 at 10:52:19AM +0100, Gabriel Ganne wrote: > > > >> Bump meson required version to 0.49 which is chosen so as to be provided > > > >> by both redhat-8 and debian-10. > > > >> > > > >> Update documentation and travis setup script accordingly. > > > >> > > > >> This fixes the following warning: > > > >> WARNING: Project targeting '>= 0.47.1' but tried to use feature introduced > > > >> in '0.48.0': console arg in custom_target > > > >> > > > >> 'console' argument is used within kernel/linux/kni/meson.build > > > >> > > > >> Signed-off-by: Gabriel Ganne > > > >> --- > > > > Acked-by: Bruce Richardson > > > > > > Acked-by: Andrew Rybchenko > > > > Applied, thanks > > David reported to me that Bruce did an interesting comment > in the thread of the v1: > https://inbox.dpdk.org/dev/20210401110911.GA1627@bricha3-MOBL.ger.corp.intel.com/ > > So I've changed the version from 0.49 to 0.49.2. > > Hope there will be no issue. > I would not expect so. Thanks for fixing it up on apply.