From 0700c757db0baba65f2953a8f41c0f4b72720c18 Mon Sep 17 00:00:00 2001
From: Robert Bragg <bob@openedhand.com>
Date: Wed, 4 Jun 2008 17:04:06 +0000
Subject: renames CVS_TARBALL_STASH to SRC_TARBALL_STASH which does the same
 thing but just has a slightly nicer name.

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4581 311d38ba-8fff-0310-9ca6-ca027cbcb966
---
 build/conf/local.conf.sample | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/build/conf/local.conf.sample b/build/conf/local.conf.sample
index f40227b580..4f72d4c9a7 100644
--- a/build/conf/local.conf.sample
+++ b/build/conf/local.conf.sample
@@ -125,8 +125,9 @@ TMPDIR = "${OEROOT}/build/tmp"
 BBINCLUDELOGS = "yes"
 
 # Specifies a location to search for pre-generated tarballs when fetching
-# a cvs:// URI.  Uncomment this, if you not want to pull directly from CVS.
-CVS_TARBALL_STASH = "http://folks.o-hand.com/~richard/poky/sources/"
+# a cvs:// or svn:// URI.  Uncomment this, if you do not want to pull directly
+# from CVS or Subversion
+SRC_TARBALL_STASH = "http://folks.o-hand.com/~richard/poky/sources/"
 
 # Set this if you wish to make pkgconfig libraries from your system available 
 # for native builds. Combined with extra ASSUME_PROVIDEDs this can allow 
-- 
cgit v1.2.3