Module: setup-scripts
Branch: oe-core
Commit: 6c3d2bef28cbdaa95e0638b54cf4108d744ae93b

Author: Khem Raj <raj.k...@gmail.com>
Date:   Tue Apr 26 11:15:51 2011 -0700

oebb.sh: Define TERMCMD and TERMCMDRUN

By default they are set to gnome-terminal
but all folks may not use Gnome so we chose
xterm instead

Signed-off-by: Khem Raj <raj.k...@gmail.com>
Signed-off-by: Koen Kooi <k...@dominion.thruhere.net>

---

 oebb.sh |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/oebb.sh b/oebb.sh
index ea37fa9..88ea06a 100755
--- a/oebb.sh
+++ b/oebb.sh
@@ -296,6 +296,10 @@ MACHINE ?= "${MACHINE}"
 
 # Set TMPDIR instead of defaulting it to $pwd/tmp
 TMPDIR = "${OE_BUILD_TMPDIR}"
+# Set terminal types by default it expects gnome-terminal
+# but we chose xterm
+TERMCMD = "\${XTERM_TERMCMD}"
+TERMCMDRUN = "\${XTERM_TERMCMDRUN}"
 
 # Don't generate the mirror tarball for SCM repos, the snapshot is enough
 BB_GENERATE_MIRROR_TARBALLS = "0"


_______________________________________________
Angstrom-distro-devel mailing list
Angstrom-distro-devel@linuxtogo.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/angstrom-distro-devel

Reply via email to