aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/python/python3_3.5.1.bb
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@intel.com>2016-02-05 09:45:24 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-02-07 17:29:59 +0000
commit3adb8d5cde5de8e536a7893782158f5ded10434c (patch)
treefd83987ec7e8004314f23a4ed2a42a4ce25d2ea4 /meta/recipes-devtools/python/python3_3.5.1.bb
parent1df1ac9f3f79f9c771386cf354ec12a23510eac3 (diff)
downloadopenembedded-core-contrib-3adb8d5cde5de8e536a7893782158f5ded10434c.tar.gz
python3: remove optimize by default patch
Python 3 resurrected the default to optimised patch, on the rationale that embedded systems want all the performance they can get. Unfortunately the only impact Python "optimisation" has is to remove all asserts which can be actively harmful, so remove this patch. (From OE-Core rev: 1e43b836106ed13cde294e2c565eaea6fe5efca7) 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.1.bb')
-rw-r--r--meta/recipes-devtools/python/python3_3.5.1.bb1
1 files changed, 0 insertions, 1 deletions
diff --git a/meta/recipes-devtools/python/python3_3.5.1.bb b/meta/recipes-devtools/python/python3_3.5.1.bb
index 54007d3d38..11f959b161 100644
--- a/meta/recipes-devtools/python/python3_3.5.1.bb
+++ b/meta/recipes-devtools/python/python3_3.5.1.bb
@@ -22,7 +22,6 @@ ${DISTRO_SRC_URI} \
SRC_URI += "\
file://03-fix-tkinter-detection.patch \
- file://04-default-is-optimized.patch \
file://avoid_warning_about_tkinter.patch \
file://cgi_py.patch \
file://host_include_contamination.patch \