ti-eula-unpack: unset DISPLAY to stop upsetting IJ console mode
authorKoen Kooi <koen@openembedded.org>
Wed, 28 Apr 2010 17:57:52 +0000 (19:57 +0200)
committerKoen Kooi <koen@openembedded.org>
Wed, 28 Apr 2010 17:57:52 +0000 (19:57 +0200)
recipes/ti/ti-eula-unpack.inc

index 1c5a776..bcd2d3a 100644 (file)
@@ -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)