diff options
author | Joshua Lock <josh@linux.intel.com> | 2010-02-01 17:36:55 +0000 |
---|---|---|
committer | Joshua Lock <josh@linux.intel.com> | 2010-02-04 00:18:29 +0000 |
commit | 8235389fd1fdb37bed975063f69cbfd50026e008 (patch) | |
tree | e7b41b80809236fe0cbc86a576a483c4d43547c9 /build | |
parent | 0737552c1de18c64db8a5a52248a3e7b217f30aa (diff) | |
download | openembedded-core-8235389fd1fdb37bed975063f69cbfd50026e008.tar.gz openembedded-core-8235389fd1fdb37bed975063f69cbfd50026e008.tar.bz2 openembedded-core-8235389fd1fdb37bed975063f69cbfd50026e008.zip |
conf: remove references to SRC_TARBALL_STASH
SRC_TARBALL_STASH is deprecated, the same functionality can be acheived
with PREMIRRORS, so remove references to it from configuration files.
Signed-off-by: Joshua Lock <josh@linux.intel.com>
Diffstat (limited to 'build')
-rw-r--r-- | build/conf/local.conf.sample | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/build/conf/local.conf.sample b/build/conf/local.conf.sample index 14af548efd..e195b33b88 100644 --- a/build/conf/local.conf.sample +++ b/build/conf/local.conf.sample @@ -141,11 +141,6 @@ TMPDIR = "${OEROOT}/build/tmp" # Uncomment this if you want BitBake to emit the log if a build fails. BBINCLUDELOGS = "yes" -# Specifies a location to search for pre-generated tarballs when fetching -# a cvs:// or svn:// URI. Uncomment this, if you do not want to pull directly -# from CVS or Subversion -SRC_TARBALL_STASH = "http://pokylinux.org/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 # native builds of applications like oprofileui-native (unsupported feature). |