mbox series

[23.07,0/2] Minor meson build improvements

Message ID 20230310111138.92282-1-bruce.richardson@intel.com (mailing list archive)
Headers
Series Minor meson build improvements |

Message

Bruce Richardson March 10, 2023, 11:11 a.m. UTC
  While experimenting with "muon" [1] as a replacement for meson, the
muon tool flagged a few issues that could do with being cleaned up
in our meson.build files. While currently muon is not in a position
to configure a DPDK build, it's not that far away from being able to
do so, so may be worth keeping an eye on it future. (Most
interestingly, it does contain a "muon fmt" tool for automatically
formatting meson.build files).

Marking these as for next release as it's late in the 23.03 cycle
as there is no point in taking a risk on these patches for such
minor issues.

[1] https://github.com/annacrombie/muon

Bruce Richardson (2):
  build: fix case of project language name
  build: explicitly track fil paths in current directory

 app/test/meson.build              | 2 +-
 buildtools/pkg-config/meson.build | 2 +-
 meson.build                       | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

--
2.37.2
  

Comments

Thomas Monjalon May 24, 2023, 8:24 p.m. UTC | #1
10/03/2023 12:11, Bruce Richardson:
> While experimenting with "muon" [1] as a replacement for meson, the
> muon tool flagged a few issues that could do with being cleaned up
> in our meson.build files. While currently muon is not in a position
> to configure a DPDK build, it's not that far away from being able to
> do so, so may be worth keeping an eye on it future. (Most
> interestingly, it does contain a "muon fmt" tool for automatically
> formatting meson.build files).
> 
> Marking these as for next release as it's late in the 23.03 cycle
> as there is no point in taking a risk on these patches for such
> minor issues.
> 
> [1] https://github.com/annacrombie/muon
> 
> Bruce Richardson (2):
>   build: fix case of project language name
>   build: explicitly track fil paths in current directory

Applied, thanks.