Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 0/2] Add python3 support
@ 2012-11-07 15:01 Maxime Ripard
  2012-11-07 15:01 ` [Buildroot] [PATCH 1/2] Give the path to the realdelf binary the the packages Maxime Ripard
  2012-11-07 15:01 ` [Buildroot] [PATCH 2/2] Add python3 package Maxime Ripard
  0 siblings, 2 replies; 5+ messages in thread
From: Maxime Ripard @ 2012-11-07 15:01 UTC (permalink / raw)
  To: buildroot

Hi everyone,

After some hard work during the Buildroot dev days, here is the first attempt
at adding the python3 package to buildroot.

The patchset is actually smaller than for python2.7, even though we still carry
most of the patches, for several reasons:
  - you can now pass a path to an external python interpreter directly using
    the PYTHON_FOR_BUILD variable
  - The building of the modules will detect if the headers and libs for a given
    library are present so that it will build even if the libraries are missing

Maxime

Maxime Ripard (2):
  Give the path to the realdelf binary the the packages
  Add python3 package

 package/Config.in                                  |    1 +
 package/Makefile.in                                |    2 +
 package/python3/Config.in                          |   81 ++++++++++
 ...n3-3.3-000-generate-sysconfigdata-buildir.patch |  158 ++++++++++++++++++++
 .../python3-3.3-001-support-for-build.patch        |   68 +++++++++
 .../python3-3.3-002-no-host-headers-libs.patch     |   72 +++++++++
 .../python3-3.3-003-staging-header-libs.patch      |   41 +++++
 ...n3-3.3-004-no-import-when-cross-compiling.patch |   27 ++++
 ...python3-3.3-005-do-not-generate-pyo-files.patch |   40 +++++
 .../python3-3.3-006-reread-environment.patch       |   63 ++++++++
 ...ython3-3.3-007-change-pyconfig-h-location.patch |   76 ++++++++++
 package/python3/python3-3.3-008-no-rpath.patch     |   51 +++++++
 .../python3-3.3-009-verbose-module-build.patch     |   26 ++++
 ...3-010-distutils-cross-compilation-support.patch |   71 +++++++++
 ...python3-3.3-011-cross-compile-getaddrinfo.patch |   21 +++
 package/python3/python3.mk                         |  152 +++++++++++++++++++
 16 files changed, 950 insertions(+)
 create mode 100644 package/python3/Config.in
 create mode 100644 package/python3/python3-3.3-000-generate-sysconfigdata-buildir.patch
 create mode 100644 package/python3/python3-3.3-001-support-for-build.patch
 create mode 100644 package/python3/python3-3.3-002-no-host-headers-libs.patch
 create mode 100644 package/python3/python3-3.3-003-staging-header-libs.patch
 create mode 100644 package/python3/python3-3.3-004-no-import-when-cross-compiling.patch
 create mode 100644 package/python3/python3-3.3-005-do-not-generate-pyo-files.patch
 create mode 100644 package/python3/python3-3.3-006-reread-environment.patch
 create mode 100644 package/python3/python3-3.3-007-change-pyconfig-h-location.patch
 create mode 100644 package/python3/python3-3.3-008-no-rpath.patch
 create mode 100644 package/python3/python3-3.3-009-verbose-module-build.patch
 create mode 100644 package/python3/python3-3.3-010-distutils-cross-compilation-support.patch
 create mode 100644 package/python3/python3-3.3-011-cross-compile-getaddrinfo.patch
 create mode 100644 package/python3/python3.mk

-- 
1.7.9.5

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

end of thread, other threads:[~2012-11-07 23:09 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-11-07 15:01 [Buildroot] [PATCH 0/2] Add python3 support Maxime Ripard
2012-11-07 15:01 ` [Buildroot] [PATCH 1/2] Give the path to the realdelf binary the the packages Maxime Ripard
2012-11-07 23:01   ` Peter Korsgaard
2012-11-07 15:01 ` [Buildroot] [PATCH 2/2] Add python3 package Maxime Ripard
2012-11-07 23:09   ` Peter Korsgaard

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