From: Holger Freyther Date: Fri, 8 Sep 2006 21:35:51 +0000 (+0000) Subject: conf/bitbake.conf: Add a SVNDIR similiar to GITDIR and CVSDIR as well X-Git-Tag: Release-2010-05/1~9453^2~875^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7a5fda233c8cf37fc0338f13229703b0f837a1f0;p=openembedded.git conf/bitbake.conf: Add a SVNDIR similiar to GITDIR and CVSDIR as well --- 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}"