diff options
author | Paul Eggleton <paul.eggleton@linux.intel.com> | 2011-07-26 11:01:38 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-07-27 11:51:14 +0100 |
commit | 87443c874f03b2220290f13908da58a414d3a3a9 (patch) | |
tree | 93a5123970ff57bacd4a9e80e3314671dc1ff115 /meta/conf/local.conf.sample | |
parent | 79b7b1aab5d3d002bfa7a49887d5d834c29eae45 (diff) | |
download | openembedded-core-87443c874f03b2220290f13908da58a414d3a3a9.tar.gz openembedded-core-87443c874f03b2220290f13908da58a414d3a3a9.tar.bz2 openembedded-core-87443c874f03b2220290f13908da58a414d3a3a9.zip |
meta/conf/local.conf.sample: remove oprofileui-native related settings
oprofileui-nativesdk would be a better way to handle these kinds of
requirements with the modern system, and it is not something that most
users will need to configure anyway (nor was it supported.)
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Diffstat (limited to 'meta/conf/local.conf.sample')
-rw-r--r-- | meta/conf/local.conf.sample | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/meta/conf/local.conf.sample b/meta/conf/local.conf.sample index 812b896ba2..7a5e5339ea 100644 --- a/meta/conf/local.conf.sample +++ b/meta/conf/local.conf.sample @@ -119,12 +119,6 @@ PACKAGE_DEBUG_SPLIT_STYLE = '.debug' # Uncomment this if you want BitBake to emit the log if a build fails. BBINCLUDELOGS = "yes" -# 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). -#EXTRA_NATIVE_PKGCONFIG_PATH = ":/usr/lib/pkgconfig" -#ASSUME_PROVIDED += "gtk+-native libglade-native" - ENABLE_BINARY_LOCALE_GENERATION = "1" # The architecture to build SDK items for, by setting this you can build SDK |