aboutsummaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorLeon Woestenberg <leon.woestenberg@gmail.com>2008-03-09 21:09:48 +0000
committerLeon Woestenberg <leon.woestenberg@gmail.com>2008-03-09 21:09:48 +0000
commit656c6af32e35b87f8e9062369599b17047cbefb0 (patch)
tree363c5aa96310783ae1038868ec9f1bfc5b63567a /conf
parent6d811306b54b4437df0b60983ab96970ae662ff3 (diff)
parent8747162abd789bff370039952d12fa8ee23074d1 (diff)
downloadopenembedded-656c6af32e35b87f8e9062369599b17047cbefb0.tar.gz
merge of 'aa8972a1a5b088933a6f3918732ec23ff5b2edf6'
and 'eeef9d48ea3be5f822125be3f1ce20c53aa97078'
Diffstat (limited to 'conf')
-rw-r--r--conf/bitbake.conf9
1 files changed, 5 insertions, 4 deletions
diff --git a/conf/bitbake.conf b/conf/bitbake.conf
index c86cda5040..226f05b944 100644
--- a/conf/bitbake.conf
+++ b/conf/bitbake.conf
@@ -203,10 +203,11 @@ FILESDIR = "${@bb.which(bb.data.getVar('FILESPATH', d, 1), '.')}"
TMPDIR = "${TOPDIR}/tmp"
CACHE = "${TMPDIR}/cache${@['', '/' + str(bb.data.getVar('MACHINE', d, 1))][bool(bb.data.getVar('MACHINE', d, 1))]}"
-CVSDIR = "${DL_DIR}/cvs"
-SVNDIR = "${DL_DIR}/svn"
-GITDIR = "${DL_DIR}/git"
-BZRDIR = "${DL_DIR}/bzr"
+CO_DIR = "${DL_DIR}"
+CVSDIR = "${CO_DIR}/cvs"
+SVNDIR = "${CO_DIR}/svn"
+GITDIR = "${CO_DIR}/git"
+BZRDIR = "${CO_DIR}/bzr"
STAMP = "${TMPDIR}/stamps/${PF}"
WORKDIR = "${TMPDIR}/work/${PF}"