mirror of
https://git.yoctoproject.org/poky
synced 2026-09-14 03:49:32 +02:00
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:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user