Author: ayoung
Date: Thu Mar 22 07:35:16 2012
New Revision: 9672
URL: http://svn.slimdevices.com/jive?rev=9672&view=rev
Log:
Ensure that codir is repopath and module sensitive to avoid conflicts with
parallel checkouts.
Modified:
7.8/trunk/squeezeos/poky/bitbake/lib/bb/fetch/git.py
Modified: 7.8/trunk/squeezeos/poky/bitbake/lib/bb/fetch/git.py
URL:
http://svn.slimdevices.com/jive/7.8/trunk/squeezeos/poky/bitbake/lib/bb/fetch/git.py?rev=9672&r1=9671&r2=9672&view=diff
==============================================================================
--- 7.8/trunk/squeezeos/poky/bitbake/lib/bb/fetch/git.py (original)
+++ 7.8/trunk/squeezeos/poky/bitbake/lib/bb/fetch/git.py Thu Mar 22 07:35:16
2012
@@ -96,6 +96,8 @@
repodir = os.path.join(data.expand('${GITDIR}', d), gitsrcname)
coname = '%s' % (ud.tag)
+ if ud.subdir != "":
+ coname = '%s_%s' % (coname, ud.subdir.replace('/', '.'))
codir = os.path.join(repodir, coname)
""" A single repodir can be used for multiple checkouts. Protect
against corruption. """
_______________________________________________
Jive-checkins mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/jive-checkins