Re: [PATCH v2 1/2] build: fix list_dir_globs failure in MSYS2

2024-02-18 Thread Thomas Monjalon
Any update? Would you like to provide a v3? 24/10/2023 18:08, Ric Li: > > On 2023/10/11 23:34, Bruce Richardson wrote: > > On Wed, Oct 11, 2023 at 05:27:22PM +0200, Thomas Monjalon wrote: > >> 20/09/2023 16:18, Ric Li: > >>> When running 'meson setup' on Windows with MSYS2, > >>> "list-dir-globs

Re: [PATCH v2 1/2] build: fix list_dir_globs failure in MSYS2

2023-10-24 Thread Ric Li
On 2023/10/11 23:34, Bruce Richardson wrote: > On Wed, Oct 11, 2023 at 05:27:22PM +0200, Thomas Monjalon wrote: >> 20/09/2023 16:18, Ric Li: >>> When running 'meson setup' on Windows with MSYS2, >>> "list-dir-globs.py * failed with status 1". >> >> We don't know why it is failing? >> What about

Re: [PATCH v2 1/2] build: fix list_dir_globs failure in MSYS2

2023-10-11 Thread Bruce Richardson
On Wed, Oct 11, 2023 at 05:27:22PM +0200, Thomas Monjalon wrote: > 20/09/2023 16:18, Ric Li: > > When running 'meson setup' on Windows with MSYS2, > > "list-dir-globs.py * failed with status 1". > > We don't know why it is failing? > What about other usages of list_dir_globs in drivers and lib? >

Re: [PATCH v2 1/2] build: fix list_dir_globs failure in MSYS2

2023-10-11 Thread Thomas Monjalon
20/09/2023 16:18, Ric Li: > When running 'meson setup' on Windows with MSYS2, > "list-dir-globs.py * failed with status 1". We don't know why it is failing? What about other usages of list_dir_globs in drivers and lib? > Avoid using globbing to get components for app build > since they are alread

Re: [PATCH v2 1/2] build: fix list_dir_globs failure in MSYS2

2023-09-20 Thread Bruce Richardson
On Wed, Sep 20, 2023 at 10:18:45PM +0800, Ric Li wrote: > When running 'meson setup' on Windows with MSYS2, > "list-dir-globs.py * failed with status 1". > > Avoid using globbing to get components for app build > since they are already listed in the meson file. > > Signed-off-by: Ric Li > --- A

[PATCH v2 1/2] build: fix list_dir_globs failure in MSYS2

2023-09-20 Thread Ric Li
When running 'meson setup' on Windows with MSYS2, "list-dir-globs.py * failed with status 1". Avoid using globbing to get components for app build since they are already listed in the meson file. Signed-off-by: Ric Li --- app/meson.build | 18 +- 1 file changed, 9 insertions(+),