Re: [dpdk-dev] [PATCH] build: fix install from arbitrary directory for meson 0.55

2021-08-27 Thread Thomas Monjalon
17/08/2021 16:35, Bruce Richardson: > On Wed, Aug 11, 2021 at 02:03:22AM +0300, Dmitry Kozlyuk wrote: > > Install command for meson >= 0.55.0 referenced the script by a plain > > string, assuming the build directory to be directly under the source > > tree root. This resulted in an error when the a

Re: [dpdk-dev] [PATCH] build: fix install from arbitrary directory for meson 0.55

2021-08-23 Thread Nick Connolly
Good catch - thanks Dmitry. Ack-by: Nick Connolly

Re: [dpdk-dev] [PATCH] build: fix install from arbitrary directory for meson 0.55

2021-08-18 Thread Dmitry Kozlyuk
2021-08-17 15:35 (UTC+0100), Bruce Richardson: > On Wed, Aug 11, 2021 at 02:03:22AM +0300, Dmitry Kozlyuk wrote: > > Install command for meson >= 0.55.0 referenced the script by a plain > > string, assuming the build directory to be directly under the source > > tree root. This resulted in an error

Re: [dpdk-dev] [PATCH] build: fix install from arbitrary directory for meson 0.55

2021-08-17 Thread Bruce Richardson
On Wed, Aug 11, 2021 at 02:03:22AM +0300, Dmitry Kozlyuk wrote: > Install command for meson >= 0.55.0 referenced the script by a plain > string, assuming the build directory to be directly under the source > tree root. This resulted in an error when the assumption did not hold: > > c:\python\p