Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 0/4] Move to Python 2.7
@ 2010-10-12  8:26 Maxime Ripard
  2010-10-12  8:26 ` [Buildroot] [PATCH 1/4] python: Move to version 2.7 Maxime Ripard
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: Maxime Ripard @ 2010-10-12  8:26 UTC (permalink / raw)
  To: buildroot

Hi all !

This set of patches replaces the old yet brave python2.4 by the brand new
long term support python 2.7.

Note that the last patch is a workaround for a bug opened on the python's
bugtracker, so it should be removed anytime soon (even though the bug has
been opened two years ago).

The first two patches port existing patches to the new python version and
the third fix the new breakages when cross-compiling : bytecode generation
by compileall.py which requires the struct module, not compiled when we
compile the HOSTPYTHON. The removed part of the code is never executed for
now, but it could lead to a bug with future versions. The second breakage is
the long long int detection, which is required to build python, and is always
evaluated to false when cross-compiling.

[PATCH 1/4] python: Move to version 2.7
[PATCH 2/4] python: Port the existing patches to python2.7
[PATCH 3/4] python: Add needed extra patches.
[PATCH 4/4] python: Fix make install (Workaround python's bug #1669349)

____________________________________________________________________________

This  email  and any  files  transmitted  with it are  confidential  and are
intended solely  for the use of the individual  or entity to which  they are
addressed.  Access to this e-mail by anyone else is unauthorised. If you are
not the  intended recipient,  any disclosure,  copying,  distribution or any
action taken or omitted to be taken in reliance on it, is prohibited. E-mail
messages are not necessarily secure.  Archos does not accept  responsibility
for any changes made to this message after it was sent.

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2010-12-15 20:12 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-10-12  8:26 [Buildroot] [PATCH 0/4] Move to Python 2.7 Maxime Ripard
2010-10-12  8:26 ` [Buildroot] [PATCH 1/4] python: Move to version 2.7 Maxime Ripard
2010-10-12  8:26 ` [Buildroot] [PATCH 2/4] python: Port the existing patches to python2.7 Maxime Ripard
2010-10-12  8:26 ` [Buildroot] [PATCH 3/4] python: Add needed extra patches Maxime Ripard
2010-12-04  0:00   ` Thomas Petazzoni
2010-12-15 20:12     ` Maxime Ripard
2010-10-12  8:26 ` [Buildroot] [PATCH 4/4] python: Fix make install (Workaround python's bug #1669349) Maxime Ripard

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox