summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/python/python3-native_3.5.5.bb
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@intel.com>2018-09-10 14:31:22 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-09-13 07:42:28 +0100
commit27849379a71ba200b461d045a4946eacba8cd62f (patch)
tree9ce14cde24a2a3d57b27b79a53dee383898337ef /meta/recipes-devtools/python/python3-native_3.5.5.bb
parent0fa20ac73bbff4c7c24123360468464cff003e3a (diff)
downloadpoky-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.bb1
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 \
15file://python-3.3-multilib.patch \ 15file://python-3.3-multilib.patch \
16file://03-fix-tkinter-detection.patch \ 16file://03-fix-tkinter-detection.patch \
17file://avoid_warning_about_tkinter.patch \ 17file://avoid_warning_about_tkinter.patch \
18file://shutil-follow-symlink-fix.patch \
19file://0001-h2py-Fix-issue-13032-where-it-fails-with-UnicodeDeco.patch \ 18file://0001-h2py-Fix-issue-13032-where-it-fails-with-UnicodeDeco.patch \
20file://sysroot-include-headers.patch \ 19file://sysroot-include-headers.patch \
21file://unixccompiler.patch \ 20file://unixccompiler.patch \