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 023b608698..0a5785d486 100644 --- a/bitbake/lib/bb/fetch2/git.py +++ b/bitbake/lib/bb/fetch2/git.py | |||
@@ -186,7 +186,7 @@ class Git(FetchMethod): | |||
186 | 186 | ||
187 | ud.write_tarballs = ((d.getVar("BB_GENERATE_MIRROR_TARBALLS") or "0") != "0") or ud.rebaseable | 187 | ud.write_tarballs = ((d.getVar("BB_GENERATE_MIRROR_TARBALLS") or "0") != "0") or ud.rebaseable |
188 | 188 | ||
189 | ud.setup_revisons(d) | 189 | ud.setup_revisions(d) |
190 | 190 | ||
191 | for name in ud.names: | 191 | for name in ud.names: |
192 | # Ensure anything that doesn't look like a sha256 checksum/revision is translated into one | 192 | # Ensure anything that doesn't look like a sha256 checksum/revision is translated into one |