From: Richard Purdie Date: Mon, 7 Feb 2011 00:58:44 +0000 (+0000) Subject: bitbake.conf: Force git fetches to a new location after fetcher layout changes X-Git-Tag: 2011-1~2504 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=b93683c910326e7aec412ded2b08762014d4cb08;p=openembedded-core.git bitbake.conf: Force git fetches to a new location after fetcher layout changes Signed-off-by: Richard Purdie --- 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" 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"