From: Denys Dmytriyenko <denys@ti.com>
To: Thomas Perrot <thomas.perrot@tupi.fr>
Cc: meta-ti@yoctoproject.org
Subject: Re: [PATCH] Fix Python3 build issues
Date: Mon, 3 Oct 2016 13:53:46 -0400 [thread overview]
Message-ID: <20161003175346.GB12745@edge> (raw)
In-Reply-To: <20161001124237.15032-1-thomas.perrot@tupi.fr>
Thanks! But I already have this in my queue along with other fixes for master
that I've been working on. Sorry I haven't posted those earlier, but I'm still
fighting couple remaining issues in related layers...
--
Denys
On Sat, Oct 01, 2016 at 02:42:37PM +0200, Thomas Perrot wrote:
> Signed-off-by: Thomas Perrot <thomas.perrot@tupi.fr>
> ---
> recipes-ti/includes/ti-unpack.inc | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/recipes-ti/includes/ti-unpack.inc b/recipes-ti/includes/ti-unpack.inc
> index 9101044..481e598 100644
> --- a/recipes-ti/includes/ti-unpack.inc
> +++ b/recipes-ti/includes/ti-unpack.inc
> @@ -48,7 +48,7 @@ python ti_bin_do_unpack() {
> cmd_list = cmd_string.split( ":" )
>
> # Make the InstallJammer binary executable so we can run it
> - os.chmod(binfile, 0755)
> + os.chmod(binfile, 0o755)
>
> # Run the InstallJammer binary and accept the EULA
> filename = "HOME=%s ./%s %s" % (workdir, binfile, arg_string)
> @@ -74,7 +74,7 @@ python ti_bin_do_unpack() {
> tarfile = bb.data.expand(tarfile, localdata)
> tcmd = 'tar x --no-same-owner -f %s -C %s' % (tarfile, workdir)
> if os.system(tcmd) != 0:
> - print "ERROR: ti-eula-unpack: failed to extract tarfile"
> + print("ERROR: ti-eula-unpack: failed to extract tarfile")
> raise bb.build.FuncFailed()
>
> # Return to the previous directory
> --
> 2.9.3
>
> --
> _______________________________________________
> meta-ti mailing list
> meta-ti@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-ti
prev parent reply other threads:[~2016-10-03 17:53 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-10-01 12:42 [PATCH] Fix Python3 build issues Thomas Perrot
2016-10-03 17:53 ` Denys Dmytriyenko [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20161003175346.GB12745@edge \
--to=denys@ti.com \
--cc=meta-ti@yoctoproject.org \
--cc=thomas.perrot@tupi.fr \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.