7e960dc9da
Even though jumping from 2.7.3 to 2.7.6 looks like a minor version bump, it is in fact a fairly significant one, because a good number of changes to help cross-compilation have been merged into Python upstream. Therefore, most of our patches are affected by this change. In detail, this commit: * Renames all the patches to follow the naming convention of patches in Buildroot: the patch file names should not have any version number. * The patches numbered above 100, that add configuration options to disable certain modules of the Python standard library, are only renamed and slightly adapted, they didn't change that much. * The patches numbered below 100 are almost entirely rewritten: many of the cross-compilation problems that used to exist in Python 2.7.3 no longer exist, and the number of remaining problems is smaller, and can be fixed with smaller patches. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com> |
||
---|---|---|
.. | ||
Config.in | ||
python-001-remove-host-header-path.patch | ||
python-002-fix-get-python-inc.patch | ||
python-003-properly-detect-if-python-build.patch | ||
python-004-sysconfigdata-install-location.patch | ||
python-005-pyc-pyo-conditional.patch | ||
python-006-cross-compile-getaddrinfo.patch | ||
python-007-disable-extensions.patch | ||
python-008-distutils-use-python-sysroot.patch | ||
python-009-no-termcap-host-path.patch | ||
python-100-optional-test-modules.patch | ||
python-101-optional-pydoc.patch | ||
python-102-optional-2to3.patch | ||
python-103-optional-sqlite.patch | ||
python-104-optional-tk.patch | ||
python-105-optional-curses.patch | ||
python-106-optional-expat.patch | ||
python-107-optional-codecs-cjk.patch | ||
python-108-optional-nis.patch | ||
python-109-optional-unicodedata.patch | ||
python-110-optional-db.patch | ||
python-111-optional-ssl.patch | ||
python-112-optional-bzip2.patch | ||
python-113-optional-zlib.patch | ||
python.mk |