bitbake/fetchers: Sync with upstream bitbake

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3191 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Richard Purdie
2007-11-17 22:20:55 +00:00
parent dd45ce7f88
commit 688eca78c0
4 changed files with 16 additions and 22 deletions

View File

@@ -57,14 +57,6 @@ class Hg(Fetch):
if 'rev' in ud.parm:
ud.revision = ud.parm['rev']
#else:
# rev = data.getVar("SRCREV", d, 1)
# if rev is "SRCREVINACTION":
# rev = self.latest_revision(url, ud, d)
# if rev:
# ud.revision = rev
# else:
# ud.revision = ""
ud.localfile = data.expand('%s_%s_%s_%s.tar.gz' % (ud.module.replace('/', '.'), ud.host, ud.path.replace('/', '.'), ud.revision), d)