diff options
Diffstat (limited to 'bitbake/lib/bb/fetch2/cvs.py')
-rw-r--r-- | bitbake/lib/bb/fetch2/cvs.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/lib/bb/fetch2/cvs.py b/bitbake/lib/bb/fetch2/cvs.py index 12d11e0d5b..a111467bfc 100644 --- a/bitbake/lib/bb/fetch2/cvs.py +++ b/bitbake/lib/bb/fetch2/cvs.py | |||
@@ -139,7 +139,7 @@ class Cvs(FetchMethod): | |||
139 | else: | 139 | else: |
140 | logger.info("Fetch " + loc) | 140 | logger.info("Fetch " + loc) |
141 | # check out sources there | 141 | # check out sources there |
142 | bb.mkdirhier(pkgdir) | 142 | bb.utils.mkdirhier(pkgdir) |
143 | os.chdir(pkgdir) | 143 | os.chdir(pkgdir) |
144 | logger.debug(1, "Running %s", cvscmd) | 144 | logger.debug(1, "Running %s", cvscmd) |
145 | bb.fetch2.check_network_access(d, cvscmd, ud.url) | 145 | bb.fetch2.check_network_access(d, cvscmd, ud.url) |