diff options
Diffstat (limited to 'bitbake/lib/bb/fetch2/osc.py')
-rw-r--r-- | bitbake/lib/bb/fetch2/osc.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/bitbake/lib/bb/fetch2/osc.py b/bitbake/lib/bb/fetch2/osc.py index 93deb458e8..14bde82fd7 100644 --- a/bitbake/lib/bb/fetch2/osc.py +++ b/bitbake/lib/bb/fetch2/osc.py | |||
@@ -49,9 +49,6 @@ class Osc(Fetch): | |||
49 | 49 | ||
50 | ud.localfile = data.expand('%s_%s_%s.tar.gz' % (ud.module.replace('/', '.'), ud.path.replace('/', '.'), ud.revision), d) | 50 | ud.localfile = data.expand('%s_%s_%s.tar.gz' % (ud.module.replace('/', '.'), ud.path.replace('/', '.'), ud.revision), d) |
51 | 51 | ||
52 | def localpath(self, url, ud, d): | ||
53 | return os.path.join(data.getVar("DL_DIR", d, True), ud.localfile) | ||
54 | |||
55 | def _buildosccommand(self, ud, d, command): | 52 | def _buildosccommand(self, ud, d, command): |
56 | """ | 53 | """ |
57 | Build up an ocs commandline based on ud | 54 | Build up an ocs commandline based on ud |