diff options
author | Peter A. Bigot <bigotp@acm.org> | 2012-01-31 06:40:54 -0600 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2012-02-20 21:23:55 -0500 |
commit | d8fc4a686262c50fd0053afa7240020909ec430b (patch) | |
tree | d9ef27d3c335c7343fe72ba31bf64ad39dd04ac4 /recipes-ti | |
parent | 263dac0f942f43b1afe55817f5f12e069f86f957 (diff) | |
download | meta-ti-d8fc4a686262c50fd0053afa7240020909ec430b.tar.gz |
ti-eula-unpack: remove extraneous newline in cmd output
print adds one already; to add another causes the input to be off and the
default installation directory to be used, at least on Fedora 15.
Signed-off-by: Peter A. Bigot <bigotp@acm.org>
Acked-by: Roger Monk <r-monk@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-ti')
-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 |