]> code.ossystems Code Review - openembedded-core.git/commitdiff
local.conf.sample: Add a note about ASSUME_PROVIDED for help2man
authorTom Rini <tom_rini@mentor.com>
Tue, 19 Jul 2011 18:00:11 +0000 (11:00 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 21 Jul 2011 09:49:05 +0000 (10:49 +0100)
Similar, but opposite of oe.dev example.

Signed-off-by: Tom Rini <tom_rini@mentor.com>
meta/conf/local.conf.sample

index c33dc0e14850d9151cd6c53829ff34a0ba68902e..812b896ba268d947543d7a9773fdce94599da9a0 100644 (file)
@@ -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"