diff options
author | Zygmunt Krynicki <zygmunt.krynicki@huawei.com> | 2022-02-19 17:40:13 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-02-20 16:45:24 +0000 |
commit | e03ac523e44ca0211b78de1f686b5694cecc0bdb (patch) | |
tree | 44514f70ebe6009a55ef2500daad509e98dff4ac /bitbake | |
parent | 07fa614e8f6d42b00dff8a647cf5b030895c8ef4 (diff) | |
download | poky-e03ac523e44ca0211b78de1f686b5694cecc0bdb.tar.gz |
bitbake: fetch2/git: Remove duplicate "the"
(Bitbake rev: 02e29e90eac56e46635e9ae44e5c5da684b70ed2)
Signed-off-by: Zygmunt Krynicki <zygmunt.krynicki@huawei.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
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 |