From f19e54c671b7a10e4af644eb86ac4d11db932a52 Mon Sep 17 00:00:00 2001 From: Tom Rini Date: Tue, 19 Jul 2011 10:45:09 -0700 Subject: local.conf.sample: Add a note about ASSUME_PROVIDED for help2man Similar, but opposite of oe.dev example. Signed-off-by: Tom Rini --- meta-yocto/conf/local.conf.sample | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'meta-yocto') 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" #TERMCMD = "${KONSOLE_TERMCMD}" #TERMCMDRUN = "${KONSOLE_TERMCMDRUN}" - # The network based PR service host and port #PRSERV_HOST = "localhost" #PRSERV_PORT = "8585" + +# Uncomment this if your host distribution provides the help2man tool. +#ASSUME_PROVIDED += "help2man-native" -- cgit v1.2.3-54-g00ecf