summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/fetch2/git.py
diff options
context:
space:
mode:
Diffstat (limited to 'bitbake/lib/bb/fetch2/git.py')
-rw-r--r--bitbake/lib/bb/fetch2/git.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/bitbake/lib/bb/fetch2/git.py b/bitbake/lib/bb/fetch2/git.py
index f38058bbcc..392491ed87 100644
--- a/bitbake/lib/bb/fetch2/git.py
+++ b/bitbake/lib/bb/fetch2/git.py
@@ -77,9 +77,6 @@ class Git(Fetch):
77 77
78 ud.localfile = ud.mirrortarball 78 ud.localfile = ud.mirrortarball
79 79
80 def localpath(self, url, ud, d):
81 return os.path.join(data.getVar("DL_DIR", d, True), ud.localfile)
82
83 def forcefetch(self, url, ud, d): 80 def forcefetch(self, url, ud, d):
84 for name in ud.names: 81 for name in ud.names:
85 if not self._contains_ref(ud.revisions[name], d): 82 if not self._contains_ref(ud.revisions[name], d):