aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/ti
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2010-04-28 19:57:52 +0200
committerKoen Kooi <koen@openembedded.org>2010-04-28 19:57:52 +0200
commit0b09760ba27783dabc95d766d8e68ce10d2b580f (patch)
treef52fb0d4ccda5ade278f297a3c09da60e75e4743 /recipes/ti
parent91d3d92a626da89dfe13d63e68a90dbafdbaef1d (diff)
downloadopenembedded-0b09760ba27783dabc95d766d8e68ce10d2b580f.tar.gz
ti-eula-unpack: unset DISPLAY to stop upsetting IJ console mode
Diffstat (limited to 'recipes/ti')
-rw-r--r--recipes/ti/ti-eula-unpack.inc2
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes/ti/ti-eula-unpack.inc b/recipes/ti/ti-eula-unpack.inc
index 1c5a776e0b..bcd2d3a542 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)