From d8fc4a686262c50fd0053afa7240020909ec430b Mon Sep 17 00:00:00 2001 From: "Peter A. Bigot" Date: Tue, 31 Jan 2012 06:40:54 -0600 Subject: [PATCH] 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 Acked-by: Roger Monk Signed-off-by: Denys Dmytriyenko --- recipes-ti/includes/ti-eula-unpack.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() { 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