diff options
Diffstat (limited to 'bitbake/lib/bb/fetch2/svn.py')
| -rw-r--r-- | bitbake/lib/bb/fetch2/svn.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/lib/bb/fetch2/svn.py b/bitbake/lib/bb/fetch2/svn.py index 6c8caf5fb9..385a6b2cf1 100644 --- a/bitbake/lib/bb/fetch2/svn.py +++ b/bitbake/lib/bb/fetch2/svn.py | |||
| @@ -47,7 +47,7 @@ class Svn(FetchMethod): | |||
| 47 | svndir = d.getVar("SVNDIR") or (d.getVar("DL_DIR") + "/svn") | 47 | svndir = d.getVar("SVNDIR") or (d.getVar("DL_DIR") + "/svn") |
| 48 | relpath = self._strip_leading_slashes(ud.path) | 48 | relpath = self._strip_leading_slashes(ud.path) |
| 49 | ud.pkgdir = os.path.join(svndir, ud.host, relpath) | 49 | ud.pkgdir = os.path.join(svndir, ud.host, relpath) |
| 50 | ud.moddir = os.path.join(ud.pkgdir, ud.module) | 50 | ud.moddir = os.path.join(ud.pkgdir, ud.path_spec) |
| 51 | # Protects the repository from concurrent updates, e.g. from two | 51 | # Protects the repository from concurrent updates, e.g. from two |
| 52 | # recipes fetching different revisions at the same time | 52 | # recipes fetching different revisions at the same time |
| 53 | ud.svnlock = os.path.join(ud.pkgdir, "svn.lock") | 53 | ud.svnlock = os.path.join(ud.pkgdir, "svn.lock") |
