summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/fetch2/git.py
diff options
context:
space:
mode:
Diffstat (limited to 'bitbake/lib/bb/fetch2/git.py')
-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 1c9a01cf33..3676cc3ddc 100644
--- a/bitbake/lib/bb/fetch2/git.py
+++ b/bitbake/lib/bb/fetch2/git.py
@@ -130,7 +130,7 @@ class Git(FetchMethod):
130 ud.branches[name] = ud.revisions[name] 130 ud.branches[name] = ud.revisions[name]
131 ud.revisions[name] = self.latest_revision(ud.url, ud, d, name) 131 ud.revisions[name] = self.latest_revision(ud.url, ud, d, name)
132 132
133 gitsrcname = '%s%s' % (ud.host.replace(':','.'), ud.path.replace('/', '.')) 133 gitsrcname = '%s%s' % (ud.host.replace(':','.'), ud.path.replace('/', '.').replace('*', '.'))
134 # for rebaseable git repo, it is necessary to keep mirror tar ball 134 # for rebaseable git repo, it is necessary to keep mirror tar ball
135 # per revision, so that even the revision disappears from the 135 # per revision, so that even the revision disappears from the
136 # upstream repo in the future, the mirror will remain intact and still 136 # upstream repo in the future, the mirror will remain intact and still