summaryrefslogtreecommitdiffstats
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:13:33 +0100
commitdfe68bd9642d65c7157dbfea62795ba3a848d530 (patch)
tree442470839913ee145090f4b17d6bd4dc7a46f79d /meta/recipes-devtools/python/python-native_2.7.14.bb
parente51c0c398c4bbaec18c7e041be210e57847f362d (diff)
downloadpoky-dfe68bd9642d65c7157dbfea62795ba3a848d530.tar.gz
python2: Fix build with gcc8
(From OE-Core rev: 910f68c9c8dc26e12d28ef29e956af63d100f121) 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> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
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 += "\
16 file://builddir.patch \ 16 file://builddir.patch \
17 file://parallel-makeinst-create-bindir.patch \ 17 file://parallel-makeinst-create-bindir.patch \
18 file://revert_use_of_sysconfigdata.patch \ 18 file://revert_use_of_sysconfigdata.patch \
19 file://fix-gc-alignment.patch \
19 " 20 "
20 21
21S = "${WORKDIR}/Python-${PV}" 22S = "${WORKDIR}/Python-${PV}"