summaryrefslogtreecommitdiffstats
path: root/recipes-containers/cosign/cosign_git.bb
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@gmail.com>2026-04-28 18:49:02 +0000
committerBruce Ashfield <bruce.ashfield@gmail.com>2026-04-28 18:49:02 +0000
commita66c8df6fdc9025d0cbfae76252e12fc530a4824 (patch)
treea66561ab926912eaa400c8f6952c73e73cc7c016 /recipes-containers/cosign/cosign_git.bb
parent3b721edc4d86ef2d5188311c41ca4d184f0b6943 (diff)
downloadmeta-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.bb4
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
42include ${@ "go-mod-hybrid-git.inc" if d.getVar("GO_MOD_FETCH_MODE") == "hybrid" else ""} 42include ${@ "go-mod-hybrid-git.inc" if d.getVar("GO_MOD_FETCH_MODE") == "hybrid" else ""}
43include ${@ "go-mod-hybrid-cache.inc" if d.getVar("GO_MOD_FETCH_MODE") == "hybrid" else ""} 43include ${@ "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)
46require ${BPN}-licenses.inc 46require go-mod-licenses.inc
47 47
48inherit go goarch 48inherit go goarch
49inherit go-mod-discovery 49inherit go-mod-discovery