Re: [PATCH 4/5] build: use version file support from meson

2024-10-15 Thread Robin Jarry
Bruce Richardson, Sep 20, 2024 at 14:57: Rather than having to use run_command to shell out and read the VERSION file for the DPDK version, we can use the support added directly to meson in version 0.57. Signed-off-by: Bruce Richardson --- Reviewed-by: Robin Jarry

[PATCH 4/5] build: use version file support from meson

2024-09-20 Thread Bruce Richardson
Rather than having to use run_command to shell out and read the VERSION file for the DPDK version, we can use the support added directly to meson in version 0.57. Signed-off-by: Bruce Richardson --- meson.build | 5 + 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/meson.build b