From: Robin Jarry <rjarry@redhat.com>
To: dev@dpdk.org, Aaron Conole <aconole@redhat.com>,
Bruce Richardson <bruce.richardson@intel.com>
Subject: [PATCH dpdk] meson: bump the minimum required version to 0.60.0
Date: Thu, 16 Jul 2026 12:53:31 +0200 [thread overview]
Message-ID: <20260716105330.1612578-2-rjarry@redhat.com> (raw)
Fix the following warnings:
doc/api/meson.build:24: WARNING: Project targets '>= 0.57.2' but uses
feature introduced in '0.60.0': install_tag arg in custom_target.
doc/api/meson.build:71: WARNING: Project targets '>= 0.57.2' but uses
feature introduced in '0.60.0': install_tag arg in custom_target.
doc/api/meson.build:86: WARNING: Project targets '>= 0.57.2' but uses
feature introduced in '0.60.0': install_tag arg in custom_target.
doc/guides/meson.build:16: WARNING: Project targets '>= 0.57.2' but uses
feature introduced in '0.60.0': install_tag arg in custom_target.
Run the CI with --fatal-meson-warnings to ensure future warnings get
detected.
Signed-off-by: Robin Jarry <rjarry@redhat.com>
---
Notes:
NB: it would probably be nice to run builds with the latest meson release too.
.ci/linux-build.sh | 1 +
meson.build | 2 +-
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/.ci/linux-build.sh b/.ci/linux-build.sh
index e0b914a14279..697b5ba9854a 100755
--- a/.ci/linux-build.sh
+++ b/.ci/linux-build.sh
@@ -163,6 +163,7 @@ fi
OPTS="$OPTS -Dbuildtype=$buildtype"
OPTS="$OPTS -Dwerror=true"
+OPTS="$OPTS --fatal-meson-warnings"
if [ -d build ]; then
meson configure build $OPTS
diff --git a/meson.build b/meson.build
index b01010ffa076..addfb28194c4 100644
--- a/meson.build
+++ b/meson.build
@@ -10,7 +10,7 @@ project('DPDK', 'c',
'default_library=static',
'warning_level=2',
],
- meson_version: '>= 0.57.2'
+ meson_version: '>= 0.60.0'
# meson_version_windows: '>= 1.5.2'
)
--
2.55.0
next reply other threads:[~2026-07-16 10:53 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-07-16 10:53 Robin Jarry [this message]
2026-07-16 10:58 ` [PATCH dpdk] meson: bump the minimum required version to 0.60.0 Bruce Richardson
2026-07-16 11:03 ` Robin Jarry
2026-07-16 11:06 ` Bruce Richardson
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20260716105330.1612578-2-rjarry@redhat.com \
--to=rjarry@redhat.com \
--cc=aconole@redhat.com \
--cc=bruce.richardson@intel.com \
--cc=dev@dpdk.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox