From 0b09760ba27783dabc95d766d8e68ce10d2b580f Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Wed, 28 Apr 2010 19:57:52 +0200 Subject: [PATCH] ti-eula-unpack: unset DISPLAY to stop upsetting IJ console mode --- recipes/ti/ti-eula-unpack.inc | 2 ++ 1 file changed, 2 insertions(+) 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) -- 2.39.5