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: yocto-4.0~40354 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4370b1d3ff996ca6f7c7e8f2ec5d057756cbb579;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.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 c33dc0e1485..812b896ba26 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"