conf/bitbake.conf: Add a SVNDIR similiar to GITDIR and CVSDIR as well
authorHolger Freyther <zecke@selfish.org>
Fri, 8 Sep 2006 21:35:51 +0000 (21:35 +0000)
committerHolger Freyther <zecke@selfish.org>
Fri, 8 Sep 2006 21:35:51 +0000 (21:35 +0000)
conf/bitbake.conf

index f02259d..fe0ff05 100644 (file)
@@ -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}"