summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/conf/bitbake.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf
index e5a8b76273..21d68801e7 100644
--- a/meta/conf/bitbake.conf
+++ b/meta/conf/bitbake.conf
@@ -143,7 +143,7 @@ FILESDIR = "${@bb.which(bb.data.getVar('FILESPATH', d, 1), '.')}"
143 143
144TMPDIR = "${TOPDIR}/tmp" 144TMPDIR = "${TOPDIR}/tmp"
145CACHE = "${TMPDIR}/cache${@['', '/' + str(bb.data.getVar('MACHINE', d, 1))][bool(bb.data.getVar('MACHINE', d, 1))]}" 145CACHE = "${TMPDIR}/cache${@['', '/' + str(bb.data.getVar('MACHINE', d, 1))][bool(bb.data.getVar('MACHINE', d, 1))]}"
146DL_DIR = "${TMPDIR}/downloads" 146DL_DIR ?= "${TMPDIR}/downloads"
147CVSDIR = "${DL_DIR}/cvs" 147CVSDIR = "${DL_DIR}/cvs"
148SVNDIR = "${DL_DIR}/svn" 148SVNDIR = "${DL_DIR}/svn"
149GITDIR = "${DL_DIR}/git" 149GITDIR = "${DL_DIR}/git"