diff options
author | Matthew McClintock <msm@freescale.com> | 2011-07-26 14:22:30 -0500 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-07-27 17:43:48 +0100 |
commit | 4a83fb1c2603bc3d4b42ba243163b3fce7c12d9d (patch) | |
tree | 4f59492fc0c8139434b09f8d973cf3794b328acf /meta-yocto/conf | |
parent | 63bd98855e028df591c6a72e5b539b7204fd6f66 (diff) | |
download | poky-4a83fb1c2603bc3d4b42ba243163b3fce7c12d9d.tar.gz |
Update TERMCMD message to align with previous change
A previous patch changed the default TERM to use xterm. This updates
local.conf.sample to match the change
Signed-off-by: Matthew McClintock <msm@freescale.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta-yocto/conf')
-rw-r--r-- | meta-yocto/conf/local.conf.sample | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-yocto/conf/local.conf.sample b/meta-yocto/conf/local.conf.sample index b6993841fb..53261516bd 100644 --- a/meta-yocto/conf/local.conf.sample +++ b/meta-yocto/conf/local.conf.sample | |||
@@ -205,7 +205,7 @@ ENABLE_BINARY_LOCALE_GENERATION = "1" | |||
205 | # out if that is desired | 205 | # out if that is desired |
206 | NO32LIBS = "1" | 206 | NO32LIBS = "1" |
207 | 207 | ||
208 | # If you do not use (or have installed) gnome-terminal you will need to | 208 | # If you do not use (or have installed) xterm you will need to |
209 | # uncomment these variables and set them to the terminal you wish to use | 209 | # uncomment these variables and set them to the terminal you wish to use |
210 | # when resolving patches which cannot be applied | 210 | # when resolving patches which cannot be applied |
211 | # Supported shell prefixes for *_TERMCMD and *_TERMCMDRUN ARE: | 211 | # Supported shell prefixes for *_TERMCMD and *_TERMCMDRUN ARE: |