mirror of
https://git.yoctoproject.org/poky
synced 2026-05-08 17:19:20 +00:00
bitbake/fetch2/git: use clonedir as ud.localfile too since the mirror tarball may not exist
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -75,7 +75,7 @@ class Git(FetchMethod):
|
||||
if not ud.revisions[name] or ud.revisions[name] == "master":
|
||||
ud.revisions[name] = self.latest_revision(url, ud, d, name)
|
||||
|
||||
ud.localfile = ud.mirrortarball
|
||||
ud.localfile = ud.clonedir
|
||||
|
||||
def localpath(self, url, ud, d):
|
||||
return ud.clonedir
|
||||
|
||||
Reference in New Issue
Block a user