From b93683c910326e7aec412ded2b08762014d4cb08 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Mon, 7 Feb 2011 00:58:44 +0000 Subject: bitbake.conf: Force git fetches to a new location after fetcher layout changes Signed-off-by: Richard Purdie --- meta/conf/bitbake.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta/conf') 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" -- cgit v1.2.3