David Marchand, Oct 28, 2024 at 14:10:
Caught in UNH logs for native compilation on ARM:Program /...../dpdk/config/arm/armv8_machine.py found: YES (/...../dpdk/config/arm/armv8_machine.py) WARNING: Project targeting '>= 0.57' but tried to use feature deprecated since '0.55.0': ExternalProgram.path. use ExternalProgram.full_path() instead There is nothing to search, nor a reason to call the script with an absolute path. The script can be directly pointed at with files(). Fixes: 200b88cbe0e6 ("build: detect micro-arch on ARM") Fixes: 6f3dbd306de0 ("build: increase minimum meson version to 0.57") Signed-off-by: David Marchand <[email protected]> ---
Reviewed-by: Robin Jarry <[email protected]>

