]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
bitbake: fetch2: Remove the unused urldata from the git fetcher.
authorFlorin Sarbu <florin.sarbu@windriver.com>
Mon, 25 Nov 2013 10:33:50 +0000 (12:33 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 25 Nov 2013 12:59:46 +0000 (12:59 +0000)
Signed-off-by: Florin Sarbu <florin.sarbu@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
lib/bb/fetch2/git.py

index b2366317c81469e3fa76606eac48b11ccc36a7a8..a9470e40d8dfd5b8cf4e3edf2894d2264255f78e 100644 (file)
@@ -125,7 +125,7 @@ class Git(FetchMethod):
             if not ud.revisions[name] or len(ud.revisions[name]) != 40  or (False in [c in "abcdef0123456789" for c in ud.revisions[name]]):
                 if ud.revisions[name]:
                     ud.branches[name] = ud.revisions[name]
-                ud.revisions[name] = self.latest_revision(ud.url, ud, d, name)
+                ud.revisions[name] = self.latest_revision(ud, d, name)
 
         gitsrcname = '%s%s' % (ud.host.replace(':','.'), ud.path.replace('/', '.').replace('*', '.'))
         # for rebaseable git repo, it is necessary to keep mirror tar ball