generic-poky/meta/recipes-devtools/python/python3
Roxana 0ed5a13f5f python3: fix builtins imports
The intent of this code is to generate things like -L=/usr/lib/foo so
for paths which start with "/" we should appent the "=". We should not do this
for ".". On some recent versions of binutils or patchsets on some recent
distros this appears to work differently and causes build failures, for example
on Ubuntu 14.04 LTS.

The simple fix is to check for "." as the path prefix.

[YOCTO #6467].

(From OE-Core rev: c36d459f0d40bdbd3ba809835e0475e8992bc778)

Signed-off-by: Roxana <roxana.ciobanu@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2014-06-30 16:36:44 +01:00
..
000-cross-compile.patch python3: Add target and native recipes 2014-02-02 22:37:39 +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
04-default-is-optimized.patch python3: Add target and native recipes 2014-02-02 22:37:39 +00:00
06-ctypes-libffi-fix-configure.patch python3: Add target and native recipes 2014-02-02 22:37:39 +00:00
12-distutils-prefix-is-inside-staging-area.patch python3: Add target and native recipes 2014-02-02 22:37:39 +00:00
020-dont-compile-python-files.patch python3: Add target and native recipes 2014-02-02 22:37:39 +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: Add target and native recipes 2014-02-02 22:37:39 +00:00
avoid_warning_about_tkinter.patch python3: Add target and native recipes 2014-02-02 22:37:39 +00:00
cgi_py.patch python3: Add target and native recipes 2014-02-02 22:37:39 +00:00
fix-ast.h-dependency.patch python3: Fix race condition at high parallelism factor 2014-02-28 14:01:12 +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
makerace.patch python3/gcc/autoconf: Fix Upstream-Status in some patches I authored 2014-05-07 15:14:34 +01:00
python-3.3-multilib.patch python3: Add target and native recipes 2014-02-02 22:37:39 +00:00
python-config.patch python3: Revert python-config to distutils.sysconfig 2014-05-08 13:00:32 +01:00
python3-fix-build-error-with-Readline-6.3.patch python: fix build error with Readline 6.3 2014-04-04 11:53:51 +01:00
remove_sqlite_rpath.patch python3: Add target and native recipes 2014-02-02 22:37:39 +00:00
setuptweaks.patch python3: Add target and native recipes 2014-02-02 22:37:39 +00: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
sys_platform_is_now_always_linux2.patch python3: Add target and native recipes 2014-02-02 22:37:39 +00:00
sysroot-include-headers.patch python3: Add target and native recipes 2014-02-02 22:37:39 +00:00
unixccompiler.patch python3: fix builtins imports 2014-06-30 16:36:44 +01:00