Re: [OE-core] [PATCH 1/3] recipetool: Don't fail on local go modules

2024-01-16 Thread Richard Purdie
On Tue, 2024-01-16 at 09:33 +0100, Vyacheslav Yurkov wrote: > On 10.01.2024 16:45, Lukas Funke wrote: > > On 10.01.2024 14:59, Richard Purdie wrote: > > > On Wed, 2024-01-10 at 12:53 +0100, Vyacheslav Yurkov wrote: > > > > Local modules are usually referenced with a 'replace' directive in > > > >

Re: [OE-core] [PATCH 1/3] recipetool: Don't fail on local go modules

2024-01-16 Thread Vyacheslav Yurkov
On 10.01.2024 16:45, Lukas Funke wrote: On 10.01.2024 14:59, Richard Purdie wrote: On Wed, 2024-01-10 at 12:53 +0100, Vyacheslav Yurkov wrote: Local modules are usually referenced with a 'replace' directive in go.mod file. If that's the case, remove them from populating SRC_URI.

Re: [OE-core] [PATCH 1/3] recipetool: Don't fail on local go modules

2024-01-10 Thread Lukas Funke
On 10.01.2024 14:59, Richard Purdie wrote: On Wed, 2024-01-10 at 12:53 +0100, Vyacheslav Yurkov wrote: Local modules are usually referenced with a 'replace' directive in go.mod file. If that's the case, remove them from populating SRC_URI. Signed-off-by: Vyacheslav Yurkov ---

Re: [OE-core] [PATCH 1/3] recipetool: Don't fail on local go modules

2024-01-10 Thread Richard Purdie
On Wed, 2024-01-10 at 12:53 +0100, Vyacheslav Yurkov wrote: > Local modules are usually referenced with a 'replace' directive in > go.mod file. If that's the case, remove them from populating SRC_URI. > > Signed-off-by: Vyacheslav Yurkov > --- > scripts/lib/recipetool/create_go.py | 32

[OE-core] [PATCH 1/3] recipetool: Don't fail on local go modules

2024-01-10 Thread Vyacheslav Yurkov
Local modules are usually referenced with a 'replace' directive in go.mod file. If that's the case, remove them from populating SRC_URI. Signed-off-by: Vyacheslav Yurkov --- scripts/lib/recipetool/create_go.py | 32 + 1 file changed, 19 insertions(+), 13 deletions(-)