diff options
author | Julian Haller <julian.haller@philips.com> | 2025-04-04 14:10:44 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-04-10 11:07:38 +0100 |
commit | f3948d6ee319d9a20ff2ac2800ea957d43979996 (patch) | |
tree | ba870d7e158e8b419e6dd643ae5d2d1c7842860d /bitbake/lib/bb/fetch2/git.py | |
parent | 2aec5513da84461d524243bad2d1ca74ffc04b8e (diff) | |
download | poky-f3948d6ee319d9a20ff2ac2800ea957d43979996.tar.gz |
bitbake: bitbake: fetch: Fix BB_FETCH_PREMIRRORONLY for git mirror tarballs
When invoking the original git fetcher after downloading a mirror
tarball, BB_FETCH_PREMIRRORONLY is ignored. This leads to git fetch
commands targeting the upstream source being executed silently. Ensure
setting BB_NO_NETWORK before invoking the original fetcher. While this
was only observed for git, setting this in general for all fetcher
types makes sense at this location.
(Bitbake rev: 1b1321f2b60c0a66159e3f20c6befcb0b3ccc4c7)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake/lib/bb/fetch2/git.py')
0 files changed, 0 insertions, 0 deletions