diff options
author | Holger Freyther <zecke@selfish.org> | 2006-09-08 21:35:51 +0000 |
---|---|---|
committer | Holger Freyther <zecke@selfish.org> | 2006-09-08 21:35:51 +0000 |
commit | 7a5fda233c8cf37fc0338f13229703b0f837a1f0 (patch) | |
tree | 19ef319482c5f500609aba1b1e3396d01e06a335 /conf/bitbake.conf | |
parent | aab6bff5f468bb98efdc737fba3726a3aaf00598 (diff) |
conf/bitbake.conf: Add a SVNDIR similiar to GITDIR and CVSDIR as well
Diffstat (limited to 'conf/bitbake.conf')
-rw-r--r-- | conf/bitbake.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/conf/bitbake.conf b/conf/bitbake.conf index f02259ddc5..fe0ff05e13 100644 --- a/conf/bitbake.conf +++ b/conf/bitbake.conf @@ -137,6 +137,7 @@ TMPDIR = "${TOPDIR}/tmp" CACHE = "${TMPDIR}/cache" DL_DIR = "${TMPDIR}/downloads" CVSDIR = "${DL_DIR}/cvs" +SVNDIR = "${DL_DIR}/svn" GITDIR = "${DL_DIR}/git" STAMP = "${TMPDIR}/stamps/${PF}" |