| Submitter | Tom Rini |
|---|---|
| Date | July 19, 2011, 6 p.m. |
| Message ID | <4c72f46d7c21201c46156f9f8c0c604f2369d7f7.1311097889.git.tom_rini@mentor.com> |
| Download | mbox | patch |
| Permalink | /patch/7929/ |
| State | New, archived |
| Headers | show |
Comments
Patch
diff --git a/meta/conf/local.conf.sample b/meta/conf/local.conf.sample index c33dc0e..812b896 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"
Similar, but opposite of oe.dev example. Signed-off-by: Tom Rini <tom_rini@mentor.com> --- meta/conf/local.conf.sample | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-)