git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
91d3d92
)
ti-eula-unpack: unset DISPLAY to stop upsetting IJ console mode
author
Koen Kooi
<koen@openembedded.org>
Wed, 28 Apr 2010 17:57:52 +0000
(19:57 +0200)
committer
Koen Kooi
<koen@openembedded.org>
Wed, 28 Apr 2010 17:57:52 +0000
(19:57 +0200)
recipes/ti/ti-eula-unpack.inc
patch
|
blob
|
history
diff --git
a/recipes/ti/ti-eula-unpack.inc
b/recipes/ti/ti-eula-unpack.inc
index
1c5a776
..
bcd2d3a
100644
(file)
--- 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)