From patchwork Wed Dec 8 12:58:06 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [2/4] conf/local.conf.sample: remove unused variable CVS_TARBALL_STASH Date: Wed, 08 Dec 2010 12:58:06 -0000 From: Andreas Oberritter X-Patchwork-Id: 17 Message-Id: <1291813088-23444-2-git-send-email-obi@opendreambox.org> To: openembedded-devel@lists.openembedded.org Signed-off-by: Andreas Oberritter --- conf/local.conf.sample | 4 ---- 1 files changed, 0 insertions(+), 4 deletions(-) diff --git a/conf/local.conf.sample b/conf/local.conf.sample index 1085163..ac42f29 100644 --- a/conf/local.conf.sample +++ b/conf/local.conf.sample @@ -176,10 +176,6 @@ IMAGE_FSTYPES = "jffs2 tar" # 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:// URI. Outcomment this, if you always want to pull directly from CVS. -#CVS_TARBALL_STASH = "" - # Uncomment this if you want to install shared libraries directly under their SONAME, # rather than installing as the full version and symlinking to the SONAME. # PACKAGE_SNAP_LIB_SYMLINKS = "1"