summaryrefslogtreecommitdiffstats
path: root/meta-yocto
diff options
context:
space:
mode:
authorTom Rini <tom_rini@mentor.com>2011-07-19 10:45:09 -0700
committerSaul Wold <sgw@linux.intel.com>2011-07-20 14:56:06 -0700
commitf19e54c671b7a10e4af644eb86ac4d11db932a52 (patch)
tree92b409b99449fc667cbc5e7981d7e12c17534f50 /meta-yocto
parent76942c0080d3d68f0c39bb8fde80f9779c2080bb (diff)
downloadpoky-f19e54c671b7a10e4af644eb86ac4d11db932a52.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-yocto')
-rw-r--r--meta-yocto/conf/local.conf.sample4
1 files changed, 3 insertions, 1 deletions
diff --git a/meta-yocto/conf/local.conf.sample b/meta-yocto/conf/local.conf.sample
index d8ec50d8b8..499c48eec5 100644
--- a/meta-yocto/conf/local.conf.sample
+++ b/meta-yocto/conf/local.conf.sample
@@ -213,7 +213,9 @@ NO32LIBS = "1"
213#TERMCMD = "${KONSOLE_TERMCMD}" 213#TERMCMD = "${KONSOLE_TERMCMD}"
214#TERMCMDRUN = "${KONSOLE_TERMCMDRUN}" 214#TERMCMDRUN = "${KONSOLE_TERMCMDRUN}"
215 215
216
217# The network based PR service host and port 216# The network based PR service host and port
218#PRSERV_HOST = "localhost" 217#PRSERV_HOST = "localhost"
219#PRSERV_PORT = "8585" 218#PRSERV_PORT = "8585"
219
220# Uncomment this if your host distribution provides the help2man tool.
221#ASSUME_PROVIDED += "help2man-native"