Re: [PATCH v2 00/10] meson: replace submodules with wrap files

2023-06-07 Thread Paolo Bonzini
No, Michal is correct. Patch "meson: subprojects: replace berkeley-{soft,test}float-3 with wraps" did not remove the submodules. Paolo On Wed, Jun 7, 2023 at 10:54 AM Michal Prívozník wrote: > > On 6/7/23 09:47, Daniel P. Berrangé wrote: > > On Wed, Jun 07, 2023 at 09:41:40AM +0200, Michal Prívo

Re: [PATCH v2 00/10] meson: replace submodules with wrap files

2023-06-07 Thread Michal Prívozník
On 6/7/23 09:47, Daniel P. Berrangé wrote: > On Wed, Jun 07, 2023 at 09:41:40AM +0200, Michal Prívozník wrote: >> On 6/5/23 11:52, Paolo Bonzini wrote: >>> This series replaces git submodules for bundled libraries with .wrap >>> files that can be used directly by meson for subprojects. >> >> Pardo

Re: [PATCH v2 00/10] meson: replace submodules with wrap files

2023-06-07 Thread Daniel P . Berrangé
On Wed, Jun 07, 2023 at 09:41:40AM +0200, Michal Prívozník wrote: > On 6/5/23 11:52, Paolo Bonzini wrote: > > This series replaces git submodules for bundled libraries with .wrap > > files that can be used directly by meson for subprojects. > > Pardon my lack of knowledge, but even after I clone

Re: [PATCH v2 00/10] meson: replace submodules with wrap files

2023-06-07 Thread Michal Prívozník
On 6/5/23 11:52, Paolo Bonzini wrote: > This series replaces git submodules for bundled libraries with .wrap > files that can be used directly by meson for subprojects. Pardon my lack of knowledge, but even after I clone new repo and run: ./configure --enable-donwload && make && make test I s