]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commit
go-mod.bbclass: Unpack module dependency license files
authorChristian Lindeberg <christian.lindeberg@axis.com>
Tue, 17 Sep 2024 06:35:13 +0000 (08:35 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 18 Sep 2024 07:37:46 +0000 (08:37 +0100)
commit35496654db325a4a904997be7a02fb04de74e9be
treea666ac7d1f4572d7fd038d69ba293e81bde11a66
parent287daff0bbd877990ce272e10601d4540d71f239
go-mod.bbclass: Unpack module dependency license files

To keep the module cache logic in the go module fetchers simple, the
unpacking of the module zip files in the module cache directory is left
to the go install command in do_compile. So for do_populate_lic to find
the license files of module dependencies, do_compile needs to run before
do_populate_lic.

Signed-off-by: Christian Lindeberg <christian.lindeberg@axis.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes-recipe/go-mod.bbclass