diff options
| author | Bruce Ashfield <bruce.ashfield@gmail.com> | 2026-04-28 18:49:02 +0000 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2026-04-28 18:49:02 +0000 |
| commit | a66c8df6fdc9025d0cbfae76252e12fc530a4824 (patch) | |
| tree | a66561ab926912eaa400c8f6952c73e73cc7c016 /recipes-containers/cosign/cosign_git.bb | |
| parent | 3b721edc4d86ef2d5188311c41ca4d184f0b6943 (diff) | |
| download | meta-virtualization-a66c8df6fdc9025d0cbfae76252e12fc530a4824.tar.gz | |
cosign: switch to go-mod-vcs generated license scanning
Replace the go-mod-update-modules generated cosign-licenses.inc with
go-mod-licenses.inc produced by oe-go-mod-fetcher --scan-licenses.
The new file is generated during discover_and_generate alongside the
other .inc files.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Diffstat (limited to 'recipes-containers/cosign/cosign_git.bb')
| -rw-r--r-- | recipes-containers/cosign/cosign_git.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-containers/cosign/cosign_git.bb b/recipes-containers/cosign/cosign_git.bb index 8bb8dc8b..1b9cdd5b 100644 --- a/recipes-containers/cosign/cosign_git.bb +++ b/recipes-containers/cosign/cosign_git.bb | |||
| @@ -42,8 +42,8 @@ include ${@ "go-mod-hybrid-gomod.inc" if d.getVar("GO_MOD_FETCH_MODE") == "hybri | |||
| 42 | include ${@ "go-mod-hybrid-git.inc" if d.getVar("GO_MOD_FETCH_MODE") == "hybrid" else ""} | 42 | include ${@ "go-mod-hybrid-git.inc" if d.getVar("GO_MOD_FETCH_MODE") == "hybrid" else ""} |
| 43 | include ${@ "go-mod-hybrid-cache.inc" if d.getVar("GO_MOD_FETCH_MODE") == "hybrid" else ""} | 43 | include ${@ "go-mod-hybrid-cache.inc" if d.getVar("GO_MOD_FETCH_MODE") == "hybrid" else ""} |
| 44 | 44 | ||
| 45 | # Dependency license tracking (generated by go-mod-update-modules) | 45 | # Dependency license tracking (generated by oe-go-mod-fetcher --scan-licenses) |
| 46 | require ${BPN}-licenses.inc | 46 | require go-mod-licenses.inc |
| 47 | 47 | ||
| 48 | inherit go goarch | 48 | inherit go goarch |
| 49 | inherit go-mod-discovery | 49 | inherit go-mod-discovery |
