summaryrefslogtreecommitdiffstats
path: root/recipes-containers
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@gmail.com>2026-05-29 18:28:29 +0000
committerBruce Ashfield <bruce.ashfield@gmail.com>2026-05-29 18:28:29 +0000
commit67fbf330a22b8c67402f10b6c5a1da4c46aa3cd4 (patch)
tree0dd6027ab87ada3304c8bf551a30c9bdabe774f0 /recipes-containers
parent896a423e64c24448670593e3707cd19417c6731e (diff)
downloadmeta-virtualization-67fbf330a22b8c67402f10b6c5a1da4c46aa3cd4.tar.gz
incus: regen go-mod-licenses.inc with module-path encoding fix
Picks up 2 entries that the previous writer silently dropped because their canonical module paths contained ASCII uppercase letters and the filter comparison was against the filesystem-encoded form: - github.com/LINBIT/golinstor (Apache-2.0) - github.com/Rican7/retry (MIT) Both are in incus's imported set per `go list -deps` and unpacked at build time, so they should always have been tracked. Also small benign churn in go-mod-cache.inc (vcs_ref hint shifts from non-deterministic nearest-tag resolution — bitbake fetcher uses the hash, not the ref). Root cause fix: 2f15273a "oe-go-mod-fetcher: encode Go module paths in LIC_FILES_CHKSUM URIs". Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'recipes-containers')
-rw-r--r--recipes-containers/incus/go-mod-cache.inc4
-rw-r--r--recipes-containers/incus/go-mod-licenses.inc2
2 files changed, 4 insertions, 2 deletions
diff --git a/recipes-containers/incus/go-mod-cache.inc b/recipes-containers/incus/go-mod-cache.inc
index 624853af..46c45f41 100644
--- a/recipes-containers/incus/go-mod-cache.inc
+++ b/recipes-containers/incus/go-mod-cache.inc
@@ -727,9 +727,9 @@ GO_MODULE_CACHE_DATA = '[\
727{"module":"go.opencensus.io","version":"v0.23.0","vcs_hash":"d410e1dd0d94491f021d4910237b8b4c2590c8e960b0e34b9bd72de650d36912","timestamp":"1970-01-01T00:00:00Z","subdir":"","vcs_ref":""},\ 727{"module":"go.opencensus.io","version":"v0.23.0","vcs_hash":"d410e1dd0d94491f021d4910237b8b4c2590c8e960b0e34b9bd72de650d36912","timestamp":"1970-01-01T00:00:00Z","subdir":"","vcs_ref":""},\
728{"module":"go.uber.org/atomic","version":"v1.9.0","vcs_hash":"aaba3453218befccb59db94750db456202c936660eb41e545ede0219c606f748","timestamp":"1970-01-01T00:00:00Z","subdir":"","vcs_ref":""},\ 728{"module":"go.uber.org/atomic","version":"v1.9.0","vcs_hash":"aaba3453218befccb59db94750db456202c936660eb41e545ede0219c606f748","timestamp":"1970-01-01T00:00:00Z","subdir":"","vcs_ref":""},\
729{"module":"go.uber.org/zap","version":"v1.17.0","vcs_hash":"71285d9435c553ad6004c1f35c7d870a263c6a35e21afb04e78999f08bf5f2a5","timestamp":"1970-01-01T00:00:00Z","subdir":"","vcs_ref":""},\ 729{"module":"go.uber.org/zap","version":"v1.17.0","vcs_hash":"71285d9435c553ad6004c1f35c7d870a263c6a35e21afb04e78999f08bf5f2a5","timestamp":"1970-01-01T00:00:00Z","subdir":"","vcs_ref":""},\
730{"module":"golang.org/x/image","version":"v0.0.0-20190802002840-cff245a6509b","vcs_hash":"0d317c9aa4b4b4dfde8410acf4c7f3d1abb7f9c1c2a2b87b529fc268e6850aaa","timestamp":"2019-08-02T00:28:40Z","subdir":"","vcs_ref":"refs/tags/v1.5.0"},\ 730{"module":"golang.org/x/image","version":"v0.0.0-20190802002840-cff245a6509b","vcs_hash":"0d317c9aa4b4b4dfde8410acf4c7f3d1abb7f9c1c2a2b87b529fc268e6850aaa","timestamp":"2019-08-02T00:28:40Z","subdir":"","vcs_ref":"refs/tags/v1.16.0"},\
731{"module":"golang.org/x/lint","version":"v0.0.0-20210508222113-6edffad5e616","vcs_hash":"0b1616a03a40cb81e4b15e3695347a5b47746ff3bc21e39ead2d740877c12d23","timestamp":"2021-05-08T22:21:13Z","subdir":"","vcs_ref":""},\ 731{"module":"golang.org/x/lint","version":"v0.0.0-20210508222113-6edffad5e616","vcs_hash":"0b1616a03a40cb81e4b15e3695347a5b47746ff3bc21e39ead2d740877c12d23","timestamp":"2021-05-08T22:21:13Z","subdir":"","vcs_ref":""},\
732{"module":"golang.org/x/mobile","version":"v0.0.0-20190719004257-d2bd2a29d028","vcs_hash":"900006fe4171b815a798f32b90e64228104b314fb9a6b1d5fcb77355e31b4ce8","timestamp":"2019-07-19T00:42:57Z","subdir":"","vcs_ref":""},\ 732{"module":"golang.org/x/mobile","version":"v0.0.0-20190719004257-d2bd2a29d028","vcs_hash":"900006fe4171b815a798f32b90e64228104b314fb9a6b1d5fcb77355e31b4ce8","timestamp":"2019-07-19T00:42:57Z","subdir":"","vcs_ref":"refs/tags/v1.16.0"},\
733{"module":"golang.org/x/xerrors","version":"v0.0.0-20200804184101-5ec99f83aff1","vcs_hash":"1a7eef0babb47828059471e537bef1e9023bf22cd1c23e5fcaf7523b68332e82","timestamp":"2020-08-04T18:41:01Z","subdir":"","vcs_ref":"refs/tags/v0.1.12"},\ 733{"module":"golang.org/x/xerrors","version":"v0.0.0-20200804184101-5ec99f83aff1","vcs_hash":"1a7eef0babb47828059471e537bef1e9023bf22cd1c23e5fcaf7523b68332e82","timestamp":"2020-08-04T18:41:01Z","subdir":"","vcs_ref":"refs/tags/v0.1.12"},\
734{"module":"honnef.co/go/tools","version":"v0.0.1-2020.1.4","vcs_hash":"a040fe6451effaac0ae659a77c723295ce3964f9aa9cc800f9d74c8ef6a8a7a6","timestamp":"1970-01-01T00:00:00Z","subdir":"tools","vcs_ref":""},\ 734{"module":"honnef.co/go/tools","version":"v0.0.1-2020.1.4","vcs_hash":"a040fe6451effaac0ae659a77c723295ce3964f9aa9cc800f9d74c8ef6a8a7a6","timestamp":"1970-01-01T00:00:00Z","subdir":"tools","vcs_ref":""},\
735{"module":"moul.io/http2curl/v2","version":"v2.3.0","vcs_hash":"aaa1d47888f3aba7c6be92abede480a79b86b53848a9444bd022d633195cfa8c","timestamp":"1970-01-01T00:00:00Z","subdir":"","vcs_ref":""},\ 735{"module":"moul.io/http2curl/v2","version":"v2.3.0","vcs_hash":"aaa1d47888f3aba7c6be92abede480a79b86b53848a9444bd022d633195cfa8c","timestamp":"1970-01-01T00:00:00Z","subdir":"","vcs_ref":""},\
diff --git a/recipes-containers/incus/go-mod-licenses.inc b/recipes-containers/incus/go-mod-licenses.inc
index cda9f8b7..d0ab6a3a 100644
--- a/recipes-containers/incus/go-mod-licenses.inc
+++ b/recipes-containers/incus/go-mod-licenses.inc
@@ -6,6 +6,8 @@
6LICENSE += "& Apache-2.0 & MIT" 6LICENSE += "& Apache-2.0 & MIT"
7 7
8LIC_FILES_CHKSUM += "\ 8LIC_FILES_CHKSUM += "\
9 file://pkg/mod/github.com/!l!i!n!b!i!t/golinstor@v0.60.0/LICENSE;md5=e3fc50a88d0a364313df4b21ef20c29e;spdx=Apache-2.0 \
10 file://pkg/mod/github.com/!rican7/retry@v0.3.1/LICENSE;md5=6421d9994f58f630cd4dd33e88991ccc;spdx=MIT \
9 file://pkg/mod/github.com/adhocore/gronx@v1.19.6/LICENSE;md5=cf49f0d7d5c34b282f67b518e2e84302;spdx=MIT \ 11 file://pkg/mod/github.com/adhocore/gronx@v1.19.6/LICENSE;md5=cf49f0d7d5c34b282f67b518e2e84302;spdx=MIT \
10 file://pkg/mod/github.com/apex/log@v1.9.0/LICENSE;md5=64ecc9f71f8ed64bae9ff7f7101a4dd7;spdx=MIT \ 12 file://pkg/mod/github.com/apex/log@v1.9.0/LICENSE;md5=64ecc9f71f8ed64bae9ff7f7101a4dd7;spdx=MIT \
11 file://pkg/mod/github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream@v1.7.10/LICENSE.txt;md5=3b83ef96387f14655fc854ddc3c6bd57;spdx=Apache-2.0 \ 13 file://pkg/mod/github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream@v1.7.10/LICENSE.txt;md5=3b83ef96387f14655fc854ddc3c6bd57;spdx=Apache-2.0 \