From: Joshua Lock Date: Mon, 1 Feb 2010 17:36:55 +0000 (+0000) Subject: conf: remove references to SRC_TARBALL_STASH X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2f59acf9bb4a6d189a06214cefb5e0728c48cc7d;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git 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 --- diff --git a/build/conf/local.conf.sample b/build/conf/local.conf.sample index 14af548efd8..e195b33b88b 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).