diff options
-rw-r--r-- | recipes-ti/includes/ti-eula-unpack.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-ti/includes/ti-eula-unpack.inc b/recipes-ti/includes/ti-eula-unpack.inc index 3b79c243..7c6e7b70 100644 --- a/recipes-ti/includes/ti-eula-unpack.inc +++ b/recipes-ti/includes/ti-eula-unpack.inc | |||
@@ -53,7 +53,7 @@ python ti_bin_do_unpack() { | |||
53 | wdext = bb.data.getVar('TI_BIN_UNPK_WDEXT', localdata) | 53 | wdext = bb.data.getVar('TI_BIN_UNPK_WDEXT', localdata) |
54 | wdext = bb.data.expand(wdext, localdata) | 54 | wdext = bb.data.expand(wdext, localdata) |
55 | cmd = workdir+wdext | 55 | cmd = workdir+wdext |
56 | print >>f, "%s\n" % cmd | 56 | print >>f, cmd |
57 | f.close() | 57 | f.close() |
58 | 58 | ||
59 | # Expand the tarball that was created if required | 59 | # Expand the tarball that was created if required |