From: Richard Purdie Date: Mon, 7 Feb 2011 10:13:29 +0000 (+0000) Subject: bitbake/fetch2/git: use clonedir as ud.localfile too since the mirror tarball may... X-Git-Tag: 2011-1~2479 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=681bcf4e6b606dde2029d143805023a927285917;p=openembedded-core.git bitbake/fetch2/git: use clonedir as ud.localfile too since the mirror tarball may not exist Signed-off-by: Richard Purdie --- diff --git a/bitbake/lib/bb/fetch2/git.py b/bitbake/lib/bb/fetch2/git.py index a78e4519e2..55c66cf49a 100644 --- a/bitbake/lib/bb/fetch2/git.py +++ b/bitbake/lib/bb/fetch2/git.py @@ -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