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 changed files with 1 additions and 1 deletions

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