1
0
mirror of https://git.yoctoproject.org/poky synced 2026-06-01 13:09:50 +00:00

bitbake.conf: Force git fetches to a new location after fetcher layout changes

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Richard Purdie
2011-02-07 00:58:44 +00:00
parent 50387575ec
commit b93683c910
+1 -1
View File
@@ -270,7 +270,7 @@ LOG_DIR = "${TMPDIR}/log"
CO_DIR = "${DL_DIR}" CO_DIR = "${DL_DIR}"
CVSDIR = "${CO_DIR}/cvs" CVSDIR = "${CO_DIR}/cvs"
SVNDIR = "${CO_DIR}/svn" SVNDIR = "${CO_DIR}/svn"
GITDIR = "${CO_DIR}/git" GITDIR = "${CO_DIR}/git2"
BZRDIR = "${CO_DIR}/bzr" BZRDIR = "${CO_DIR}/bzr"
HGDIR = "${CO_DIR}/hg" HGDIR = "${CO_DIR}/hg"