aboutsummaryrefslogtreecommitdiffstats
path: root/meta/conf/local.conf.sample
diff options
context:
space:
mode:
authorTom Rini <tom_rini@mentor.com>2011-07-19 11:00:11 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-07-21 10:49:05 +0100
commit4370b1d3ff996ca6f7c7e8f2ec5d057756cbb579 (patch)
treef63169586ce088bddd0bb02b4f39e6ddaee75956 /meta/conf/local.conf.sample
parentfd39130db3f3e66cd6be25dfbbe9cd1e7a21ff26 (diff)
downloadopenembedded-core-4370b1d3ff996ca6f7c7e8f2ec5d057756cbb579.tar.gz
local.conf.sample: Add a note about ASSUME_PROVIDED for help2man
Similar, but opposite of oe.dev example. Signed-off-by: Tom Rini <tom_rini@mentor.com>
Diffstat (limited to 'meta/conf/local.conf.sample')
-rw-r--r--meta/conf/local.conf.sample3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/conf/local.conf.sample b/meta/conf/local.conf.sample
index c33dc0e148..812b896ba2 100644
--- a/meta/conf/local.conf.sample
+++ b/meta/conf/local.conf.sample
@@ -186,3 +186,6 @@ NO32LIBS = "1"
# GNOME, SCREEN, XTERM and KONSOLE
#TERMCMD = "${KONSOLE_TERMCMD}"
#TERMCMDRUN = "${KONSOLE_TERMCMDRUN}"
+
+# Uncomment this if your host distribution provides the help2man tool.
+#ASSUME_PROVIDED += "help2man-native"