[meta-ti] [PATCH 1/4] ti-eula-unpack: remove extraneous newline in cmd output
Monk, Roger
r-monk at ti.com
Wed Feb 15 07:11:20 PST 2012
On Tue, Jan 31, 2012 at 12:40:54, Peter A. Bigot wrote:
> Subject: [meta-ti] [PATCH 1/4] ti-eula-unpack: remove extraneous
> newline in cmd output
>
> From: "Peter A. Bigot" <bigotp at acm.org>
>
> 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 at acm.org>
Acked-by: Roger Monk <r-monk at ti.com>
> ---
> 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 3b79c24..7c6e7b7 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
> --
> 1.7.6.4
>
>
Texas Instruments Limited, 800 Pavilion Drive, Northampton, NN4 7YL. Registered in England & Wales under company number 00574102
_______________________________________________
> meta-ti mailing list
> meta-ti at yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-ti
More information about the meta-ti
mailing list