[oe-commits] Koen Kooi : ti-eula-unpack: unset DISPLAY to stop upsetting IJ console mode

git version control git at git.openembedded.org
Wed Apr 28 17:59:58 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 0b09760ba27783dabc95d766d8e68ce10d2b580f
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=0b09760ba27783dabc95d766d8e68ce10d2b580f

Author: Koen Kooi <koen at openembedded.org>
Date:   Wed Apr 28 19:57:52 2010 +0200

ti-eula-unpack: unset DISPLAY to stop upsetting IJ console mode

---

 recipes/ti/ti-eula-unpack.inc |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/recipes/ti/ti-eula-unpack.inc b/recipes/ti/ti-eula-unpack.inc
index 1c5a776..bcd2d3a 100644
--- a/recipes/ti/ti-eula-unpack.inc
+++ b/recipes/ti/ti-eula-unpack.inc
@@ -9,6 +9,8 @@
 #  TI_BIN_UNPK_WDEXT  - This variable extends workdir path, if user wants to put
 #                       the output in some internal directory
 
+export DISPLAY = ""
+
 python do_unpack () {
     bb.build.exec_func('base_do_unpack', d)
     bb.build.exec_func('ti_bin_do_unpack', d)





More information about the Openembedded-commits mailing list