diff options
Diffstat (limited to 'build/conf')
-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" 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 |