[PATCH] config/arm: fix warning for native build with meson >= 0.55
Robin Jarry
rjarry at redhat.com
Mon Oct 28 14:12:14 CET 2024
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 <david.marchand at redhat.com>
> ---
Reviewed-by: Robin Jarry <rjarry at redhat.com>
More information about the dev
mailing list