summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
Diffstat (limited to 'build')
-rw-r--r--build/conf/local.conf.sample5
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"
141# Uncomment this if you want BitBake to emit the log if a build fails. 141# Uncomment this if you want BitBake to emit the log if a build fails.
142BBINCLUDELOGS = "yes" 142BBINCLUDELOGS = "yes"
143 143
144# Specifies a location to search for pre-generated tarballs when fetching
145# a cvs:// or svn:// URI. Uncomment this, if you do not want to pull directly
146# from CVS or Subversion
147SRC_TARBALL_STASH = "http://pokylinux.org/sources/"
148
149# Set this if you wish to make pkgconfig libraries from your system available 144# Set this if you wish to make pkgconfig libraries from your system available
150# for native builds. Combined with extra ASSUME_PROVIDEDs this can allow 145# for native builds. Combined with extra ASSUME_PROVIDEDs this can allow
151# native builds of applications like oprofileui-native (unsupported feature). 146# native builds of applications like oprofileui-native (unsupported feature).