summaryrefslogtreecommitdiffstats
path: root/bitbake/lib
diff options
context:
space:
mode:
Diffstat (limited to 'bitbake/lib')
-rw-r--r--bitbake/lib/bb/fetch2/git.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/lib/bb/fetch2/git.py b/bitbake/lib/bb/fetch2/git.py
index 8740e9c05f..112b833f87 100644
--- a/bitbake/lib/bb/fetch2/git.py
+++ b/bitbake/lib/bb/fetch2/git.py
@@ -388,7 +388,7 @@ class Git(FetchMethod):
388 tmpdir = tempfile.mkdtemp(dir=d.getVar('DL_DIR')) 388 tmpdir = tempfile.mkdtemp(dir=d.getVar('DL_DIR'))
389 try: 389 try:
390 # Do the checkout. This implicitly involves a Git LFS fetch. 390 # Do the checkout. This implicitly involves a Git LFS fetch.
391 self.unpack(ud, tmpdir, d) 391 Git.unpack(self, ud, tmpdir, d)
392 392
393 # Scoop up a copy of any stuff that Git LFS downloaded. Merge them into 393 # Scoop up a copy of any stuff that Git LFS downloaded. Merge them into
394 # the bare clonedir. 394 # the bare clonedir.