Default to XTERM_TERM* instead of KONSOLE_TERM* since Konsole support only works for KDE 3.x, and note this in the comments (see Yocto bug 1294 for further details.) Also add a comment about PATCHRESOLVE = "noop".
Signed-off-by: Paul Eggleton <[email protected]> --- meta/conf/local.conf.sample | 8 ++++++-- 1 files changed, 6 insertions(+), 2 deletions(-) diff --git a/meta/conf/local.conf.sample b/meta/conf/local.conf.sample index 1322202..d8e2383 100644 --- a/meta/conf/local.conf.sample +++ b/meta/conf/local.conf.sample @@ -183,8 +183,12 @@ NO32LIBS = "1" # when resolving patches which cannot be applied # Supported shell prefixes for *_TERMCMD and *_TERMCMDRUN ARE: # GNOME, SCREEN, XTERM and KONSOLE -#TERMCMD = "${KONSOLE_TERMCMD}" -#TERMCMDRUN = "${KONSOLE_TERMCMDRUN}" +# Note: currently, Konsole support only works for KDE 3.x due to the way +# newer Konsole versions behave +#TERMCMD = "${XTERM_TERMCMD}" +#TERMCMDRUN = "${XTERM_TERMCMDRUN}" +# Alternatively, if you prefer you can disable patch resolution: +#PATCHRESOLVE = "noop" # Uncomment this if your host distribution provides the help2man tool. #ASSUME_PROVIDED += "help2man-native" -- 1.7.4.1 _______________________________________________ Openembedded-core mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core
