diff options
Diffstat (limited to 'bitbake/lib/bb/fetch2/perforce.py')
| -rw-r--r-- | bitbake/lib/bb/fetch2/perforce.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/lib/bb/fetch2/perforce.py b/bitbake/lib/bb/fetch2/perforce.py index 18b27812e0..bda0bb8096 100644 --- a/bitbake/lib/bb/fetch2/perforce.py +++ b/bitbake/lib/bb/fetch2/perforce.py | |||
| @@ -121,7 +121,7 @@ class Perforce(Fetch): | |||
| 121 | 121 | ||
| 122 | return os.path.join(data.getVar("DL_DIR", d, 1), ud.localfile) | 122 | return os.path.join(data.getVar("DL_DIR", d, 1), ud.localfile) |
| 123 | 123 | ||
| 124 | def go(self, loc, ud, d): | 124 | def download(self, loc, ud, d): |
| 125 | """ | 125 | """ |
| 126 | Fetch urls | 126 | Fetch urls |
| 127 | """ | 127 | """ |
