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 A04AB45A09; Mon, 23 Sep 2024 04:19:11 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id BDECD402B4; Mon, 23 Sep 2024 04:19:10 +0200 (CEST) Received: from szxga05-in.huawei.com (szxga05-in.huawei.com [45.249.212.191]) by mails.dpdk.org (Postfix) with ESMTP id D3B064028E for ; Mon, 23 Sep 2024 04:19:08 +0200 (CEST) Received: from mail.maildlp.com (unknown [172.19.88.163]) by szxga05-in.huawei.com (SkyGuard) with ESMTP id 4XBmmR3J8Vz1HK15; Mon, 23 Sep 2024 10:15:19 +0800 (CST) Received: from dggpeml500024.china.huawei.com (unknown [7.185.36.10]) by mail.maildlp.com (Postfix) with ESMTPS id 603A818002B; Mon, 23 Sep 2024 10:19:07 +0800 (CST) Received: from [10.67.121.161] (10.67.121.161) by dggpeml500024.china.huawei.com (7.185.36.10) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.1.2507.39; Mon, 23 Sep 2024 10:19:07 +0800 Message-ID: <49b9d425-d2e5-4808-91b6-f734fe62bc08@huawei.com> Date: Mon, 23 Sep 2024 10:19:07 +0800 MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: [PATCH 0/5] Increase minimum meson version From: fengchengwen To: Bruce Richardson , CC: , , References: <20240920125737.1197969-1-bruce.richardson@intel.com> <3d1919bc-36d7-4494-af96-a0953763eb34@huawei.com> Content-Language: en-US In-Reply-To: <3d1919bc-36d7-4494-af96-a0953763eb34@huawei.com> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Originating-IP: [10.67.121.161] X-ClientProxiedBy: dggems703-chm.china.huawei.com (10.3.19.180) To dggpeml500024.china.huawei.com (7.185.36.10) 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 It should be series-ack, Series-acked-by: Chengwen Feng On 2024/9/23 9:59, fengchengwen wrote: > Acked-by: Chengwen Feng > > On 2024/9/20 20:57, Bruce Richardson wrote: >> This patchset proposed increasing the minimum meson version to 0.57 >> and makes changes to update our build files appropriately for that >> change: replacing deprecated functions, removing unnecessary version >> checks and taking advantage of some new capabilities. >> >> Why 0.57? No one particular reason; it's mainly a conservative version >> bump that doesn't have many impacts, but still gives us the minimum >> updates we need to replace the deprecated get_cross_properties fn >> and have a few extra features guaranteed available. >> >> Bruce Richardson (5): >> build: increase minimum meson version to 0.57 >> build: remove version check on compiler links function >> build: remove unnecessary version checks >> build: use version file support from meson >> build: replace deprecated meson function >> >> .ci/linux-setup.sh | 2 +- >> config/arm/meson.build | 4 ++-- >> config/meson.build | 8 ++++---- >> config/riscv/meson.build | 4 ++-- >> doc/api/meson.build | 2 +- >> doc/guides/linux_gsg/sys_reqs.rst | 2 +- >> doc/guides/prog_guide/build-sdk-meson.rst | 2 +- >> drivers/common/qat/meson.build | 2 +- >> drivers/crypto/ipsec_mb/meson.build | 2 +- >> drivers/event/cnxk/meson.build | 2 +- >> drivers/meson.build | 7 ++----- >> drivers/net/cnxk/meson.build | 2 +- >> lib/meson.build | 6 ------ >> meson.build | 7 ++----- >> 14 files changed, 20 insertions(+), 32 deletions(-) >> >> -- >> 2.43.0 >> >