diff options
author | Peter Kjellerstedt <peter.kjellerstedt@axis.com> | 2024-09-12 23:06:14 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-09-17 12:17:28 +0100 |
commit | f29065127900568085746a4b2dff452a67abea7b (patch) | |
tree | c42a452e56a30ef899e29661b90cafa0884b9c29 /scripts/lib/devtool/standard.py | |
parent | d141a3f1ef04bb35dd84c78034f431d9c26830b8 (diff) | |
download | poky-f29065127900568085746a4b2dff452a67abea7b.tar.gz |
bitbake: fetch2/gomod: Support URIs with only a hostname
When calculating the module name for a gomod URI with only a hostname,
e.g.:
gomod://go.opencensus.io;version=v0.24.0;sha256sum=203a767d7f8e7c1ebe5588220ad168d1e15b14ae70a636de7ca9a4a88a7e0d0c
the non-existing path would actually be treated as "/", which resulted
in a trailing slash being added to the module name preventing the unpack
method from correctly locating the go.mod file.
(Bitbake rev: f0e02e1de4d649e647e4ab61341042dd38d0eeb0)
Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'scripts/lib/devtool/standard.py')
0 files changed, 0 insertions, 0 deletions