1
0
mirror of https://git.yoctoproject.org/meta-ti synced 2026-06-05 18:30:50 +00:00

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>
This commit is contained in:
Peter A. Bigot
2012-01-31 06:40:54 -06:00
committed by Denys Dmytriyenko
parent 263dac0f94
commit d8fc4a6862
+1 -1
View File
@@ -53,7 +53,7 @@ python ti_bin_do_unpack() {
wdext = bb.data.getVar('TI_BIN_UNPK_WDEXT', localdata)
wdext = bb.data.expand(wdext, localdata)
cmd = workdir+wdext
print >>f, "%s\n" % cmd
print >>f, cmd
f.close()
# Expand the tarball that was created if required