Re: [PATCH] buildtools: allow reusing dpdk-cmdline-gen.py when used a subproject

2024-07-23 Thread Thomas Monjalon
20/11/2023 17:29, Bruce Richardson: > On Mon, Nov 20, 2023 at 05:28:15PM +0100, Robin Jarry wrote: > > When DPDK is used as a subproject, allow declaring wrap files that > > provide dpdk-cmdline-gen.py. > > > > This way, find_program('dpdk-cmdline-gen.py') will return the path to > > the script in

Re: [PATCH] buildtools: allow reusing dpdk-cmdline-gen.py when used a subproject

2023-11-20 Thread Bruce Richardson
On Mon, Nov 20, 2023 at 05:28:15PM +0100, Robin Jarry wrote: > When DPDK is used as a subproject, allow declaring wrap files that > provide dpdk-cmdline-gen.py. > > This way, find_program('dpdk-cmdline-gen.py') will return the path to > the script in the DPDK subproject source tree. > > Link: >

[PATCH] buildtools: allow reusing dpdk-cmdline-gen.py when used a subproject

2023-11-20 Thread Robin Jarry
When DPDK is used as a subproject, allow declaring wrap files that provide dpdk-cmdline-gen.py. This way, find_program('dpdk-cmdline-gen.py') will return the path to the script in the DPDK subproject source tree. Link: https://mesonbuild.com/Wrap-dependency-system-manual.html#provide-section Link