summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/fetch/svk.py
diff options
context:
space:
mode:
Diffstat (limited to 'bitbake/lib/bb/fetch/svk.py')
-rw-r--r--bitbake/lib/bb/fetch/svk.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/bitbake/lib/bb/fetch/svk.py b/bitbake/lib/bb/fetch/svk.py
index 120dad9d4e..a17ac04d21 100644
--- a/bitbake/lib/bb/fetch/svk.py
+++ b/bitbake/lib/bb/fetch/svk.py
@@ -62,9 +62,6 @@ class Svk(Fetch):
62 def go(self, loc, ud, d): 62 def go(self, loc, ud, d):
63 """Fetch urls""" 63 """Fetch urls"""
64 64
65 if not self.forcefetch(loc, ud, d) and Fetch.try_mirror(d, ud.localfile):
66 return
67
68 svkroot = ud.host + ud.path 65 svkroot = ud.host + ud.path
69 66
70 svkcmd = "svk co -r {%s} %s/%s" % (ud.date, svkroot, ud.module) 67 svkcmd = "svk co -r {%s} %s/%s" % (ud.date, svkroot, ud.module)