From: Tom Rini Date: Tue, 19 Jul 2011 18:00:11 +0000 (-0700) Subject: local.conf.sample: Add a note about ASSUME_PROVIDED for help2man X-Git-Tag: 2011-1~654 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=4370b1d3ff996ca6f7c7e8f2ec5d057756cbb579;p=openembedded-core.git local.conf.sample: Add a note about ASSUME_PROVIDED for help2man Similar, but opposite of oe.dev example. Signed-off-by: Tom Rini --- 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"