aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/python/python-native_2.7.14.bb
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@intel.com>2018-05-15 23:32:10 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-05-22 13:09:04 +0100
commit910f68c9c8dc26e12d28ef29e956af63d100f121 (patch)
treef99be055afdb248b211daa50eca54aa34573ccff /meta/recipes-devtools/python/python-native_2.7.14.bb
parent02664a8dcd1ebb6cd77248e1b97a78390ea06033 (diff)
downloadopenembedded-core-contrib-910f68c9c8dc26e12d28ef29e956af63d100f121.tar.gz
python2: Fix build with gcc8
Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'meta/recipes-devtools/python/python-native_2.7.14.bb')
-rw-r--r--meta/recipes-devtools/python/python-native_2.7.14.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-devtools/python/python-native_2.7.14.bb b/meta/recipes-devtools/python/python-native_2.7.14.bb
index 7c491fa3e0..b822583c53 100644
--- a/meta/recipes-devtools/python/python-native_2.7.14.bb
+++ b/meta/recipes-devtools/python/python-native_2.7.14.bb
@@ -16,6 +16,7 @@ SRC_URI += "\
file://builddir.patch \
file://parallel-makeinst-create-bindir.patch \
file://revert_use_of_sysconfigdata.patch \
+ file://fix-gc-alignment.patch \
"
S = "${WORKDIR}/Python-${PV}"