diff options
Diffstat (limited to 'recipes-ti')
-rw-r--r-- | recipes-ti/includes/ti-eula-unpack.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-ti/includes/ti-eula-unpack.inc b/recipes-ti/includes/ti-eula-unpack.inc index 60f5558b..aee88f16 100644 --- a/recipes-ti/includes/ti-eula-unpack.inc +++ b/recipes-ti/includes/ti-eula-unpack.inc | |||
@@ -14,7 +14,7 @@ python do_unpack () { | |||
14 | bb.build.exec_func('ti_bin_do_unpack', d) | 14 | bb.build.exec_func('ti_bin_do_unpack', d) |
15 | } | 15 | } |
16 | 16 | ||
17 | TI_BIN_UNPK_WDEXT += "" | 17 | TI_BIN_UNPK_WDEXT ?= "" |
18 | python ti_bin_do_unpack() { | 18 | python ti_bin_do_unpack() { |
19 | 19 | ||
20 | import os | 20 | import os |
@@ -60,7 +60,7 @@ python ti_bin_do_unpack() { | |||
60 | wdext = bb.data.getVar('TI_BIN_UNPK_WDEXT', localdata) | 60 | wdext = bb.data.getVar('TI_BIN_UNPK_WDEXT', localdata) |
61 | wdext = bb.data.expand(wdext, localdata) | 61 | wdext = bb.data.expand(wdext, localdata) |
62 | cmd = workdir+wdext | 62 | cmd = workdir+wdext |
63 | print >>f, cmd | 63 | f.write(cmd+'\n'); |
64 | f.close() | 64 | f.close() |
65 | 65 | ||
66 | # Expand the tarball that was created if required | 66 | # Expand the tarball that was created if required |