diff options
| author | Ross Burton <ross.burton@intel.com> | 2018-09-10 14:31:22 +0100 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-09-13 07:42:28 +0100 |
| commit | 27849379a71ba200b461d045a4946eacba8cd62f (patch) | |
| tree | 9ce14cde24a2a3d57b27b79a53dee383898337ef /meta/recipes-devtools/python/python3-native_3.5.5.bb | |
| parent | 0fa20ac73bbff4c7c24123360468464cff003e3a (diff) | |
| download | poky-27849379a71ba200b461d045a4946eacba8cd62f.tar.gz | |
python3: remove patch that inadvertently disables xattrs
This patch dates back to the addition of the Python 3 recipe to oe-core, and as
listxattr is never added to supports_follow_symlinks the extended attribute
support will never be enabled.
(From OE-Core rev: 9806e141e85b4e4c38eb7b45e6f2fbc2d2aed29d)
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/python/python3-native_3.5.5.bb')
| -rw-r--r-- | meta/recipes-devtools/python/python3-native_3.5.5.bb | 1 |
1 files changed, 0 insertions, 1 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 \ |
