aboutsummaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorChris Larson <clarson@kergoth.com>2004-11-19 01:56:25 +0000
committerChris Larson <clarson@kergoth.com>2004-11-19 01:56:25 +0000
commitfcbb6403f7da39693249204d60ab393966c8574e (patch)
tree5ad0459ed0758d75605f160feac9be2d7e25049b /bin
parentd06559aa833cf97749d42ba5065fac3473e36ac3 (diff)
downloadbitbake-fcbb6403f7da39693249204d60ab393966c8574e.tar.gz
Auto merged
Diffstat (limited to 'bin')
-rw-r--r--bin/oe/fetch.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/oe/fetch.py b/bin/oe/fetch.py
index c2849efea..fed672395 100644
--- a/bin/oe/fetch.py
+++ b/bin/oe/fetch.py
@@ -388,7 +388,7 @@ class Cvs(Fetch):
oe.debug(2, "Fetch: checking for module directory")
pkg=oe.data.expand('${PN}', d)
pkgdir=os.path.join(oe.data.expand('${CVSDIR}', localdata), pkg)
- moddir=os.path.join(pkgdir,module)
+ moddir=os.path.join(pkgdir,localdir)
if os.access(os.path.join(moddir,'CVS'), os.R_OK):
oe.note("Update " + loc)
# update sources there