diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-02-07 00:58:44 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-02-07 00:58:44 +0000 |
commit | b93683c910326e7aec412ded2b08762014d4cb08 (patch) | |
tree | 224f03253ffde3958d9cb08f82b0fd92d36d4f36 /meta/conf | |
parent | 50387575ecdb05712958ea3c5caf023d6eb753ba (diff) | |
download | openembedded-core-b93683c910326e7aec412ded2b08762014d4cb08.tar.gz openembedded-core-b93683c910326e7aec412ded2b08762014d4cb08.tar.bz2 openembedded-core-b93683c910326e7aec412ded2b08762014d4cb08.zip |
bitbake.conf: Force git fetches to a new location after fetcher layout changes
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/conf')
-rw-r--r-- | meta/conf/bitbake.conf | 2 |
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" 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" |