diff options
author | Marcin Juszkiewicz <hrw@openembedded.org> | 2008-03-10 09:10:39 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openembedded.org> | 2008-03-10 09:10:39 +0000 |
commit | dbc46dd3c396d1d9938f131323c125704db9e64c (patch) | |
tree | b1ad0ad65523e34ef69e510c23743a7287b5cf74 /conf/bitbake.conf | |
parent | 1b42f355f5e621f126b9db86cef8419509ed1e13 (diff) | |
parent | 587f9f658071292d11491ef26cb2d81f0e3c9e42 (diff) |
merge of '383183a2b07cc7894a0c38bf198acc5f5f97fec1'
and 'c8a04b4c21aa3cccc256c033dc9532d6dc88be53'
Diffstat (limited to 'conf/bitbake.conf')
-rw-r--r-- | conf/bitbake.conf | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/conf/bitbake.conf b/conf/bitbake.conf index c86cda5040..226f05b944 100644 --- a/conf/bitbake.conf +++ b/conf/bitbake.conf @@ -203,10 +203,11 @@ FILESDIR = "${@bb.which(bb.data.getVar('FILESPATH', d, 1), '.')}" TMPDIR = "${TOPDIR}/tmp" CACHE = "${TMPDIR}/cache${@['', '/' + str(bb.data.getVar('MACHINE', d, 1))][bool(bb.data.getVar('MACHINE', d, 1))]}" -CVSDIR = "${DL_DIR}/cvs" -SVNDIR = "${DL_DIR}/svn" -GITDIR = "${DL_DIR}/git" -BZRDIR = "${DL_DIR}/bzr" +CO_DIR = "${DL_DIR}" +CVSDIR = "${CO_DIR}/cvs" +SVNDIR = "${CO_DIR}/svn" +GITDIR = "${CO_DIR}/git" +BZRDIR = "${CO_DIR}/bzr" STAMP = "${TMPDIR}/stamps/${PF}" WORKDIR = "${TMPDIR}/work/${PF}" |