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 8A7574599D; Fri, 20 Sep 2024 14:57:49 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 60641427C9; Fri, 20 Sep 2024 14:57:49 +0200 (CEST) Received: from mgamail.intel.com (mgamail.intel.com [198.175.65.17]) by mails.dpdk.org (Postfix) with ESMTP id 9A67E40275 for ; Fri, 20 Sep 2024 14:57:47 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1726837068; x=1758373068; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=2CJe0DgWkX+KRs2gLJjPGjghLEUkDfTyfPJPOYBjTPA=; b=fK/0IY3k0RTNbnuqlswJkTsvH8MCgAq5f2NrFa2sCRe3NYCcEcZKuv67 4xrJwuTeaBaMpTsoma6D6zEpZ4aji73nt32iNJy09S8BfP5b7kFLWdIX+ Bz+PHFtVulB+bOoxQftKNNI8a0XZdU41mUV408UCOknCLHVnyWe7CFF8x /trznJnZvoIziDiab3c97chlz7JXJg7bOlE8wG7YrJch+vCRDJBj9iBiT 49LFFhombEihcwqdW+yHcxAb8VcwYxcAz4qExxDfoUI1dyOmyJZrZXiMY CKu3l4GcLiHVBklqrCz4vTK6SbA8bXAQZXS2emHwHM6h5FYLnyeZVq4Rj Q==; X-CSE-ConnectionGUID: oS8gLLWfQL+A5z1nYDxSOw== X-CSE-MsgGUID: L7FBtBbwTBe1+PLSHYKzJg== X-IronPort-AV: E=McAfee;i="6700,10204,11200"; a="25991085" X-IronPort-AV: E=Sophos;i="6.10,244,1719903600"; d="scan'208";a="25991085" Received: from orviesa008.jf.intel.com ([10.64.159.148]) by orvoesa109.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 20 Sep 2024 05:57:47 -0700 X-CSE-ConnectionGUID: M0Vx4t9IR6yqpEcLQiMa9w== X-CSE-MsgGUID: 5ZyTql8gSV+kRitT9WHlew== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="6.10,244,1719903600"; d="scan'208";a="71135882" Received: from unknown (HELO silpixa00401385.ir.intel.com) ([10.237.214.25]) by orviesa008.jf.intel.com with ESMTP; 20 Sep 2024 05:57:46 -0700 From: Bruce Richardson To: dev@dpdk.org Cc: mb@smartsharesystems.com, thomas@monjalon.net, david.marchand@redhat.com, Bruce Richardson Subject: [PATCH 0/5] Increase minimum meson version Date: Fri, 20 Sep 2024 13:57:32 +0100 Message-ID: <20240920125737.1197969-1-bruce.richardson@intel.com> X-Mailer: git-send-email 2.43.0 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit 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 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