diff options
author | Robert Bragg <bob@openedhand.com> | 2008-06-04 17:04:06 +0000 |
---|---|---|
committer | Robert Bragg <bob@openedhand.com> | 2008-06-04 17:04:06 +0000 |
commit | 0700c757db0baba65f2953a8f41c0f4b72720c18 (patch) | |
tree | 1b15d3e033741d53bc1dfba3c89e15ea850ee512 /build/conf/local.conf.sample | |
parent | bcc0079bf63d627a91264dd1cb58b3e98d2cb22c (diff) | |
download | poky-0700c757db0baba65f2953a8f41c0f4b72720c18.tar.gz |
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
Diffstat (limited to 'build/conf/local.conf.sample')
-rw-r--r-- | build/conf/local.conf.sample | 5 |
1 files 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" | |||
125 | BBINCLUDELOGS = "yes" | 125 | BBINCLUDELOGS = "yes" |
126 | 126 | ||
127 | # Specifies a location to search for pre-generated tarballs when fetching | 127 | # Specifies a location to search for pre-generated tarballs when fetching |
128 | # a cvs:// URI. Uncomment this, if you not want to pull directly from CVS. | 128 | # a cvs:// or svn:// URI. Uncomment this, if you do not want to pull directly |
129 | CVS_TARBALL_STASH = "http://folks.o-hand.com/~richard/poky/sources/" | 129 | # from CVS or Subversion |
130 | SRC_TARBALL_STASH = "http://folks.o-hand.com/~richard/poky/sources/" | ||
130 | 131 | ||
131 | # Set this if you wish to make pkgconfig libraries from your system available | 132 | # Set this if you wish to make pkgconfig libraries from your system available |
132 | # for native builds. Combined with extra ASSUME_PROVIDEDs this can allow | 133 | # for native builds. Combined with extra ASSUME_PROVIDEDs this can allow |