From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <dev-bounces@dpdk.org>
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 <dev@dpdk.org>; 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 <bruce.richardson@intel.com>
To: Thomas Monjalon <thomas@monjalon.net>
Cc: Gabriel Ganne <gabriel.ganne@6wind.com>, dev@dpdk.org,
 Aaron Conole <aconole@redhat.com>,
 Michael Santana <maicolgabriel@hotmail.com>,
 Dmitry Kozlyuk <dmitry.kozliuk@gmail.com>,
 Narcisa Ana Maria Vasile <navasile@linux.microsoft.com>,
 Dmitry Malloy <dmitrym@microsoft.com>,
 Pallavi Kadam <pallavi.kadam@intel.com>, olivier.matz@6wind.com,
 thierry.herbelot@6wind.com,
 Andrew Rybchenko <andrew.rybchenko@oktetlabs.ru>, david.marchand@redhat.com
Message-ID: <YH1CgVwSX8xnYj9k@bricha3-MOBL.ger.corp.intel.com>
References: <20210323083619.23463-1-gabriel.ganne@6wind.com>
 <fcebba4d-e394-28f3-3ee2-48498e51062c@oktetlabs.ru>
 <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 <dev.dpdk.org>
List-Unsubscribe: <https://mails.dpdk.org/options/dev>,
 <mailto:dev-request@dpdk.org?subject=unsubscribe>
List-Archive: <http://mails.dpdk.org/archives/dev/>
List-Post: <mailto:dev@dpdk.org>
List-Help: <mailto:dev-request@dpdk.org?subject=help>
List-Subscribe: <https://mails.dpdk.org/listinfo/dev>,
 <mailto:dev-request@dpdk.org?subject=subscribe>
Errors-To: dev-bounces@dpdk.org
Sender: "dev" <dev-bounces@dpdk.org>

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 <gabriel.ganne@6wind.com>
> > > >> ---
> > > > Acked-by: Bruce Richardson <bruce.richardson@intel.com>
> > > 
> > > Acked-by: Andrew Rybchenko <andrew.rybchenko@oktetlabs.ru>
> > 
> > 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.