]> code.ossystems Code Review - openembedded-core.git/commitdiff
bitbake.conf: Force git fetches to a new location after fetcher layout changes
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 7 Feb 2011 00:58:44 +0000 (00:58 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 7 Feb 2011 00:58:44 +0000 (00:58 +0000)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/conf/bitbake.conf

index f08dda646d118fe31fa38e1e4cff3e0c14f366df..7368097e24f689b5abd13f861b211723c3436d02 100644 (file)
@@ -270,7 +270,7 @@ LOG_DIR = "${TMPDIR}/log"
 CO_DIR = "${DL_DIR}"
 CVSDIR = "${CO_DIR}/cvs"
 SVNDIR = "${CO_DIR}/svn"
-GITDIR = "${CO_DIR}/git"
+GITDIR = "${CO_DIR}/git2"
 BZRDIR = "${CO_DIR}/bzr"
 HGDIR = "${CO_DIR}/hg"