DPDK patches and discussions
 help / color / mirror / Atom feed
* [PATCH 0/5] Increase minimum meson version
@ 2024-09-20 12:57 Bruce Richardson
  2024-09-20 12:57 ` [PATCH 1/5] build: increase minimum meson version to 0.57 Bruce Richardson
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Bruce Richardson @ 2024-09-20 12:57 UTC (permalink / raw)
  To: dev; +Cc: mb, thomas, david.marchand, Bruce Richardson

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


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2024-09-20 12:58 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-09-20 12:57 [PATCH 0/5] Increase minimum meson version Bruce Richardson
2024-09-20 12:57 ` [PATCH 1/5] build: increase minimum meson version to 0.57 Bruce Richardson
2024-09-20 12:57 ` [PATCH 2/5] build: remove version check on compiler links function Bruce Richardson
2024-09-20 12:57 ` [PATCH 3/5] build: remove unnecessary version checks Bruce Richardson
2024-09-20 12:57 ` [PATCH 4/5] build: use version file support from meson Bruce Richardson
2024-09-20 12:57 ` [PATCH 5/5] build: replace deprecated meson function Bruce Richardson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).