diff options
Diffstat (limited to 'bitbake/lib/bb/fetch2/git.py')
| -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 6170da7fa6..c7ff769fdf 100644 --- a/bitbake/lib/bb/fetch2/git.py +++ b/bitbake/lib/bb/fetch2/git.py | |||
| @@ -673,7 +673,7 @@ class Git(FetchMethod): | |||
| 673 | elif not need_lfs: | 673 | elif not need_lfs: |
| 674 | bb.note("Repository %s has LFS content but it is not being fetched" % (repourl)) | 674 | bb.note("Repository %s has LFS content but it is not being fetched" % (repourl)) |
| 675 | else: | 675 | else: |
| 676 | runfetchcmd("%s lfs install" % ud.basecmd, d, workdir=destdir) | 676 | runfetchcmd("%s lfs install --local" % ud.basecmd, d, workdir=destdir) |
| 677 | 677 | ||
| 678 | if not ud.nocheckout: | 678 | if not ud.nocheckout: |
| 679 | if subpath: | 679 | if subpath: |
