summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorPhilip Balister <philip@balister.org>2014-05-21 08:57:12 -0400
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-06-17 09:00:26 +0100
commit232af2ec04fefaa286804f0d646a77989c47da1e (patch)
treee126628871522d8a3276821095693e7ab4d74bd0 /meta
parent6a6bd2e96b2622c0517cd33e355e68c64b4b1fa7 (diff)
downloadpoky-232af2ec04fefaa286804f0d646a77989c47da1e.tar.gz
python-native : Add patch to fix configure error with gcc 4.8.
We apply this patch to the python recipe already. Without this patch the zeroc-ice-native recipe will not build. See: http://bugs.python.org/issue17547 for more details. (From OE-Core rev: da5c99c7893b589f0d2f2e6d76261b4063ffdd32) Signed-off-by: Philip Balister <philip@balister.org> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r--meta/recipes-devtools/python/python-native_2.7.3.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-devtools/python/python-native_2.7.3.bb b/meta/recipes-devtools/python/python-native_2.7.3.bb
index 0c66d27c2d..0e6a8cd9f4 100644
--- a/meta/recipes-devtools/python/python-native_2.7.3.bb
+++ b/meta/recipes-devtools/python/python-native_2.7.3.bb
@@ -18,6 +18,7 @@ SRC_URI += "\
18 file://builddir.patch \ 18 file://builddir.patch \
19 file://parallel-makeinst-create-bindir.patch \ 19 file://parallel-makeinst-create-bindir.patch \
20 file://python-fix-build-error-with-Readline-6.3.patch \ 20 file://python-fix-build-error-with-Readline-6.3.patch \
21 file://gcc-4.8-fix-configure-Wformat.patch \
21 " 22 "
22S = "${WORKDIR}/Python-${PV}" 23S = "${WORKDIR}/Python-${PV}"
23 24