diff options
Diffstat (limited to 'meta/recipes-devtools/python')
3 files changed, 0 insertions, 19 deletions
diff --git a/meta/recipes-devtools/python/python3-native_3.5.5.bb b/meta/recipes-devtools/python/python3-native_3.5.5.bb index 7b940a16d2..b231542f46 100644 --- a/meta/recipes-devtools/python/python3-native_3.5.5.bb +++ b/meta/recipes-devtools/python/python3-native_3.5.5.bb | |||
| @@ -15,7 +15,6 @@ file://150-fix-setupterm.patch \ | |||
| 15 | file://python-3.3-multilib.patch \ | 15 | file://python-3.3-multilib.patch \ |
| 16 | file://03-fix-tkinter-detection.patch \ | 16 | file://03-fix-tkinter-detection.patch \ |
| 17 | file://avoid_warning_about_tkinter.patch \ | 17 | file://avoid_warning_about_tkinter.patch \ |
| 18 | file://shutil-follow-symlink-fix.patch \ | ||
| 19 | file://0001-h2py-Fix-issue-13032-where-it-fails-with-UnicodeDeco.patch \ | 18 | file://0001-h2py-Fix-issue-13032-where-it-fails-with-UnicodeDeco.patch \ |
| 20 | file://sysroot-include-headers.patch \ | 19 | file://sysroot-include-headers.patch \ |
| 21 | file://unixccompiler.patch \ | 20 | file://unixccompiler.patch \ |
diff --git a/meta/recipes-devtools/python/python3/shutil-follow-symlink-fix.patch b/meta/recipes-devtools/python/python3/shutil-follow-symlink-fix.patch deleted file mode 100644 index 802b1c7203..0000000000 --- a/meta/recipes-devtools/python/python3/shutil-follow-symlink-fix.patch +++ /dev/null | |||
| @@ -1,17 +0,0 @@ | |||
| 1 | shutils should consider symlinks | ||
| 2 | |||
| 3 | -Khem | ||
| 4 | |||
| 5 | Upstream-Status: Pending | ||
| 6 | |||
| 7 | --- a/Lib/shutil.py 2013-01-29 12:31:06.926555779 -0800 | ||
| 8 | +++ b/Lib/shutil.py 2013-01-29 16:31:39.097554182 -0800 | ||
| 9 | @@ -132,7 +132,7 @@ def copymode(src, dst, *, follow_symlink | ||
| 10 | st = stat_func(src) | ||
| 11 | chmod_func(dst, stat.S_IMODE(st.st_mode)) | ||
| 12 | |||
| 13 | -if hasattr(os, 'listxattr'): | ||
| 14 | +if hasattr(os, 'listxattr') and os.listxattr in os.supports_follow_symlinks: | ||
| 15 | def _copyxattr(src, dst, *, follow_symlinks=True): | ||
| 16 | """Copy extended filesystem attributes from `src` to `dst`. | ||
| 17 | |||
diff --git a/meta/recipes-devtools/python/python3_3.5.5.bb b/meta/recipes-devtools/python/python3_3.5.5.bb index 6598b486af..02decf470c 100644 --- a/meta/recipes-devtools/python/python3_3.5.5.bb +++ b/meta/recipes-devtools/python/python3_3.5.5.bb | |||
| @@ -28,7 +28,6 @@ SRC_URI += "\ | |||
| 28 | file://cgi_py.patch \ | 28 | file://cgi_py.patch \ |
| 29 | file://host_include_contamination.patch \ | 29 | file://host_include_contamination.patch \ |
| 30 | file://python-3.3-multilib.patch \ | 30 | file://python-3.3-multilib.patch \ |
| 31 | file://shutil-follow-symlink-fix.patch \ | ||
| 32 | file://sysroot-include-headers.patch \ | 31 | file://sysroot-include-headers.patch \ |
| 33 | file://unixccompiler.patch \ | 32 | file://unixccompiler.patch \ |
| 34 | file://avoid-ncursesw-include-path.patch \ | 33 | file://avoid-ncursesw-include-path.patch \ |
