generic-poky/meta/recipes-devtools/python/python3
Martin Jansa 258cfa891e python(3): Disable tkinter
* restore changes from:
  http://git.openembedded.org/openembedded-core/commit/?id=53ae544cfdac22c82af452b8c7ebe6664296bd9b
* which were shamelessly removed in upgrade to 2.7.9:
  http://git.openembedded.org/openembedded-core/commit/?id=d4ad95f0d5f08891637c644e85b09da9c4585059
  and then spread to python3 as well
* fixes following issues reported by test-dependencies
  WARN: python3: python3-tkinter rdepends on glibc, but it isn't a build dependency?
  WARN: python3: python3-tkinter rdepends on libpython3, but it isn't a build dependency?
  WARN: python3: python3-tkinter rdepends on tcl-lib, but it isn't a build dependency?

  WARN: python: python-tkinter rdepends on glibc, but it isn't a build dependency?
  WARN: python: python-tkinter rdepends on libpython2, but it isn't a build dependency?
  WARN: python: python-tkinter rdepends on tcl-lib, but it isn't a build dependency?

  and following QA warnings in normal builds:
  python-2.7.11: python-tkinter rdepends on tcl-lib, but it isn't a build dependency, missing tcl in DEPENDS or PACKAGECONFIG? [build-deps]
  python-2.7.11: /usr/lib/python2.7/lib-dynload/_tkinter.so contained in package python-tkinter requires libtk8.6.so, but no providers found in RDEPENDS_python-tkinter? [file-rdeps]
  python3-3.5.1: python3-tkinter rdepends on tcl-lib, but it isn't a build dependency, missing tcl in DEPENDS or PACKAGECONFIG? [build-deps]
  python3-3.5.1: /usr/lib/python3.5/lib-dynload/_tkinter.cpython-35m-arm-linux-gnueabi.so contained in package python3-tkinter requires libtk8.6.so, but no providers found in RDEPENDS_python3-tkinter? [file-rdeps]

(From OE-Core rev: 8cc5e36cd7978186d5ea1fe8af2f2bd6b3df8885)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2016-03-25 10:29:14 +00:00
..
000-cross-compile.patch python3: Minor upgrade 3.5.0 -> 3.5.1 2016-01-20 17:07:15 +00:00
0001-Do-not-use-the-shell-version-of-python-config-that-w.patch python3-native: use the previous version of python-config script 2016-03-09 17:00:28 +00:00
0001-h2py-Fix-issue-13032-where-it-fails-with-UnicodeDeco.patch python3: Add target and native recipes 2014-02-02 22:37:39 +00:00
03-fix-tkinter-detection.patch python3: Add target and native recipes 2014-02-02 22:37:39 +00:00
12-distutils-prefix-is-inside-staging-area.patch python3: fix patching get_python_lib() in distutils/sysconfig.py 2016-03-09 17:00:28 +00:00
020-dont-compile-python-files.patch python3: Upgrade from 3.4.3 to 3.5 2015-12-01 21:32:06 +00:00
030-fixup-include-dirs.patch python3: Add target and native recipes 2014-02-02 22:37:39 +00:00
070-dont-clean-ipkg-install.patch python3: Add target and native recipes 2014-02-02 22:37:39 +00:00
080-distutils-dont_adjust_files.patch python3: Add target and native recipes 2014-02-02 22:37:39 +00:00
110-enable-zlib.patch python3: Add target and native recipes 2014-02-02 22:37:39 +00:00
130-readline-setup.patch python3: Add target and native recipes 2014-02-02 22:37:39 +00:00
150-fix-setupterm.patch python3: Add target and native recipes 2014-02-02 22:37:39 +00:00
avoid-ncursesw-include-path.patch python3: Upgrade from 3.3.3 to 3.4.2 2015-05-07 13:40:33 +01:00
avoid_warning_about_tkinter.patch python(3): Disable tkinter 2016-03-25 10:29:14 +00:00
cgi_py.patch python3: Add target and native recipes 2014-02-02 22:37:39 +00:00
configure.ac-fix-LIBPL.patch python3: fix installed-vs-shipped when 64bit + multilib 2016-01-07 13:40:17 +00:00
fix_for_using_different_libdir.patch python3: Add target and native recipes 2014-02-02 22:37:39 +00:00
host_include_contamination.patch python3: Add target and native recipes 2014-02-02 22:37:39 +00:00
python-3.3-multilib.patch python3: Upgrade from 3.4.3 to 3.5 2015-12-01 21:32:06 +00:00
python-config.patch python3: Revert python-config to distutils.sysconfig 2014-05-08 13:00:32 +01:00
python3-setup.py-no-host-headers-libs.patch python3: several fixes for cross compiling 2014-11-25 13:03:27 +00:00
python3-use-CROSSPYTHONPATH-for-PYTHON_FOR_BUILD.patch python3: several fixes for cross compiling 2014-11-25 13:03:27 +00:00
setup.py-check-cross_compiling-when-get-FLAGS.patch python3: fix for cross compiling 2015-01-23 11:36:27 +00:00
setup.py-find-libraries-in-staging-dirs.patch python3: detect libraries in STAGING_LIBDIR 2015-08-01 22:24:17 +01:00
setuptweaks.patch meta: Fix Upstream-Status statements 2015-09-12 23:01:53 +01:00
shutil-follow-symlink-fix.patch python3: Add target and native recipes 2014-02-02 22:37:39 +00:00
sitecustomize.py python3: Add target and native recipes 2014-02-02 22:37:39 +00:00
sysconfig.py-add-_PYTHON_PROJECT_SRC.patch python3: fix for cross compiling 2015-01-23 11:36:27 +00:00
sysroot-include-headers.patch python3: Add target and native recipes 2014-02-02 22:37:39 +00:00
tweak-MULTIARCH-for-powerpc-linux-gnuspe.patch python3: fix do_configure check platform triplet error 2016-03-12 22:11:46 +00:00
unixccompiler.patch python3: fix builtins imports 2014-06-30 16:36:44 +01:00
use_packed_importlib.patch python3: Upgrade from 3.4.3 to 3.5 2015-12-01 21:32:06 +00:00