diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-05-16 17:32:14 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-05-21 12:08:04 +0100 |
commit | 8e071ad43fd70fcdac409f7d544f6749e9ad32a8 (patch) | |
tree | 12789fa1bef24841c13c8859d3335fd820ccc7e7 /scripts/lib/devtool/utilcmds.py | |
parent | 510daf16bcb353f3c582c35fff9aac771542382b (diff) | |
download | poky-8e071ad43fd70fcdac409f7d544f6749e9ad32a8.tar.gz |
go: Drop fork of unpack code, mandate GO_SRCURI_DESTSUFFIX
The go class has its own fork of the base unpack code. At the time I was
told this was fine, it now isn't as that code is changing.
Rather than have a fork, put the path magic into a variable and then go
recipes can just set SRC_URI appropriately, e.g.:
git://go.googlesource.com/example;branch=master;protocol=https;destsuffix=${GO_SRCURI_DESTSUFFIX}
This avoids having special case hacks in the class and makes everything
a little more obvious.
(From OE-Core rev: cc4ec43a2b657fb4c58429ab14f1edc2473c1327)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'scripts/lib/devtool/utilcmds.py')
0 files changed, 0 insertions, 0 deletions