diff options
Diffstat (limited to 'bitbake/lib/bb/fetch2/repo.py')
-rw-r--r-- | bitbake/lib/bb/fetch2/repo.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/lib/bb/fetch2/repo.py b/bitbake/lib/bb/fetch2/repo.py index 3330957ce3..510ba4686a 100644 --- a/bitbake/lib/bb/fetch2/repo.py +++ b/bitbake/lib/bb/fetch2/repo.py | |||
@@ -55,7 +55,7 @@ class Repo(Fetch): | |||
55 | 55 | ||
56 | return os.path.join(data.getVar("DL_DIR", d, True), ud.localfile) | 56 | return os.path.join(data.getVar("DL_DIR", d, True), ud.localfile) |
57 | 57 | ||
58 | def go(self, loc, ud, d): | 58 | def download(self, loc, ud, d): |
59 | """Fetch url""" | 59 | """Fetch url""" |
60 | 60 | ||
61 | if os.access(os.path.join(data.getVar("DL_DIR", d, True), ud.localfile), os.R_OK): | 61 | if os.access(os.path.join(data.getVar("DL_DIR", d, True), ud.localfile), os.R_OK): |