diff options
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 |
