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 f08dda646d..7368097e24 100644
--- a/meta/conf/bitbake.conf
+++ b/meta/conf/bitbake.conf
@@ -270,7 +270,7 @@ LOG_DIR = "${TMPDIR}/log"
270CO_DIR = "${DL_DIR}" 270CO_DIR = "${DL_DIR}"
271CVSDIR = "${CO_DIR}/cvs" 271CVSDIR = "${CO_DIR}/cvs"
272SVNDIR = "${CO_DIR}/svn" 272SVNDIR = "${CO_DIR}/svn"
273GITDIR = "${CO_DIR}/git" 273GITDIR = "${CO_DIR}/git2"
274BZRDIR = "${CO_DIR}/bzr" 274BZRDIR = "${CO_DIR}/bzr"
275HGDIR = "${CO_DIR}/hg" 275HGDIR = "${CO_DIR}/hg"
276 276