]> code.ossystems Code Review - openembedded-core.git/commit
python: remove Python 2 and all supporting classes
authorRoss Burton <ross.burton@intel.com>
Fri, 17 Jan 2020 14:16:32 +0000 (14:16 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 19 Jan 2020 13:24:31 +0000 (13:24 +0000)
commit390f3edabfb1f68ed9766245291c5f44ea00cc38
tree409a10d9cff7fa9a5b324565919112f55f55f86d
parentb22626d996e153d6094e1f76ed33ee1bb3eea751
python: remove Python 2 and all supporting classes

Python 2 ceased being maintained on the 1st January 2020.  We've already
removed all users of it from oe-core so the final step is to move the
recipe and supporting classes to meta-python2.

The following are removed in this commit:
- python and python-native 2.7.17
- python-setuptools
- The classes pythonnative, pythondir, distutils, setuptools

Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
45 files changed:
meta/classes/distutils-base.bbclass [deleted file]
meta/classes/distutils.bbclass [deleted file]
meta/classes/python-dir.bbclass [deleted file]
meta/classes/pythonnative.bbclass [deleted file]
meta/classes/setuptools.bbclass [deleted file]
meta/recipes-devtools/python/python-native/0001-python-native-fix-one-do_populate_sysroot-warning.patch [deleted file]
meta/recipes-devtools/python/python-native/10-distutils-fix-swig-parameter.patch [deleted file]
meta/recipes-devtools/python/python-native/11-distutils-never-modify-shebang-line.patch [deleted file]
meta/recipes-devtools/python/python-native/multilib.patch [deleted file]
meta/recipes-devtools/python/python-native/nohostlibs.patch [deleted file]
meta/recipes-devtools/python/python-native/revert_use_of_sysconfigdata.patch [deleted file]
meta/recipes-devtools/python/python-native/unixccompiler.patch [deleted file]
meta/recipes-devtools/python/python-native_2.7.17.bb [deleted file]
meta/recipes-devtools/python/python-setuptools_42.0.2.bb [deleted file]
meta/recipes-devtools/python/python/0001-distutils-set-the-prefix-to-be-inside-staging-direct.patch [deleted file]
meta/recipes-devtools/python/python/0001-python-Resolve-intermediate-staging-issues.patch [deleted file]
meta/recipes-devtools/python/python/0001-python2-use-cc_basename-to-replace-CC-for-checking-c.patch [deleted file]
meta/recipes-devtools/python/python/01-use-proper-tools-for-cross-build.patch [deleted file]
meta/recipes-devtools/python/python/03-fix-tkinter-detection.patch [deleted file]
meta/recipes-devtools/python/python/05-enable-ctypes-cross-build.patch [deleted file]
meta/recipes-devtools/python/python/06-avoid_usr_lib_termcap_path_in_linking.patch [deleted file]
meta/recipes-devtools/python/python/add-CROSSPYTHONPATH-for-PYTHON_FOR_BUILD.patch [deleted file]
meta/recipes-devtools/python/python/add-md5module-support.patch [deleted file]
meta/recipes-devtools/python/python/avoid_warning_about_tkinter.patch [deleted file]
meta/recipes-devtools/python/python/avoid_warning_for_sunos_specific_module.patch [deleted file]
meta/recipes-devtools/python/python/cgi_py.patch [deleted file]
meta/recipes-devtools/python/python/check-if-target-is-64b-not-host.patch [deleted file]
meta/recipes-devtools/python/python/create_manifest2.py [deleted file]
meta/recipes-devtools/python/python/fix_for_using_different_libdir.patch [deleted file]
meta/recipes-devtools/python/python/float-endian.patch [deleted file]
meta/recipes-devtools/python/python/get_module_deps2.py [deleted file]
meta/recipes-devtools/python/python/host_include_contamination.patch [deleted file]
meta/recipes-devtools/python/python/multilib.patch [deleted file]
meta/recipes-devtools/python/python/parallel-makeinst-create-bindir.patch [deleted file]
meta/recipes-devtools/python/python/pass-missing-libraries-to-Extension-for-mul.patch [deleted file]
meta/recipes-devtools/python/python/python-2.7.3-remove-bsdb-rpath.patch [deleted file]
meta/recipes-devtools/python/python/python2-manifest.json [deleted file]
meta/recipes-devtools/python/python/run-ptest [deleted file]
meta/recipes-devtools/python/python/search_db_h_in_inc_dirs_and_avoid_warning.patch [deleted file]
meta/recipes-devtools/python/python/setup_py_skip_cross_import_check.patch [deleted file]
meta/recipes-devtools/python/python/setuptweaks.patch [deleted file]
meta/recipes-devtools/python/python/sitecustomize.py [deleted file]
meta/recipes-devtools/python/python/support_SOURCE_DATE_EPOCH_in_py_compile_2.7.patch [deleted file]
meta/recipes-devtools/python/python/use_sysroot_ncurses_instead_of_host.patch [deleted file]
meta/recipes-devtools/python/python_2.7.17.bb [deleted file]