diff options
Diffstat (limited to 'bitbake')
-rw-r--r-- | bitbake/lib/bb/fetch2/git.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/lib/bb/fetch2/git.py b/bitbake/lib/bb/fetch2/git.py index 836ef1c49a..b3c5e6dacc 100644 --- a/bitbake/lib/bb/fetch2/git.py +++ b/bitbake/lib/bb/fetch2/git.py | |||
@@ -399,7 +399,7 @@ class Git(FetchMethod): | |||
399 | 399 | ||
400 | if self._contains_lfs(ud, d, ud.clonedir) and self._need_lfs(ud): | 400 | if self._contains_lfs(ud, d, ud.clonedir) and self._need_lfs(ud): |
401 | # Unpack temporary working copy, use it to run 'git checkout' to force pre-fetching | 401 | # Unpack temporary working copy, use it to run 'git checkout' to force pre-fetching |
402 | # of all LFS blobs needed at the the srcrev. | 402 | # of all LFS blobs needed at the srcrev. |
403 | # | 403 | # |
404 | # It would be nice to just do this inline here by running 'git-lfs fetch' | 404 | # It would be nice to just do this inline here by running 'git-lfs fetch' |
405 | # on the bare clonedir, but that operation requires a working copy on some | 405 | # on the bare clonedir, but that operation requires a working copy on some |