summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/python/python3_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_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_3.5.5.bb')
-rw-r--r--meta/recipes-devtools/python/python3_3.5.5.bb1
1 files changed, 0 insertions, 1 deletions
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 \