1
0
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:
Richard Purdie
2011-02-07 10:13:29 +00:00
parent 3308868267
commit 681bcf4e6b
+1 -1
View File
@@ -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