]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
recipetool: create_go: Use gomod fetcher instead of go mod vendor
authorChristian Lindeberg <christian.lindeberg@axis.com>
Fri, 27 Jun 2025 13:48:45 +0000 (14:48 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 1 Jul 2025 07:47:23 +0000 (08:47 +0100)
commit42b46ab3b92a4f011592e8efcedead075731b8bd
treec56159e11802c4f0538f2f1f2fb903b38cf52e2e
parent629184de671cf7b86fe95fcce788dffcc3a4da8a
recipetool: create_go: Use gomod fetcher instead of go mod vendor

Use the go-mod bbclass together with the gomod fetcher instead of the
go-vendor bbclass.

Signed-off-by: Christian Lindeberg <christian.lindeberg@axis.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
scripts/lib/recipetool/create_go.py