mirror of
https://git.yoctoproject.org/poky
synced 2026-06-04 02:00:04 +00:00
Update to bitbake 1.4.2 (latest stable branch release). This includes the caching speedups
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@371 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
@@ -129,7 +129,7 @@ class Git(Fetch):
|
||||
os.chdir(repodir)
|
||||
rungitcmd("tar -xzf %s" % (repofile),d)
|
||||
else:
|
||||
rungitcmd("git clone %s://%s%s %s" % (proto, host, path, repodir),d)
|
||||
rungitcmd("git clone -n %s://%s%s %s" % (proto, host, path, repodir),d)
|
||||
|
||||
os.chdir(repodir)
|
||||
rungitcmd("git pull %s://%s%s" % (proto, host, path),d)
|
||||
|
||||
Reference in New Issue
Block a user