aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilip Balister <philip@balister.org>2014-05-21 08:57:12 -0400
committerSaul Wold <sgw@linux.intel.com>2014-05-23 10:45:07 -0700
commit2335a8ed3748e687e7f34f21f27f8e4029d1e26b (patch)
tree5992e125a50bad080432db5d86d9f44d2c94cd5a
parent7cf349c3f1f195d529fbd73ce4bf63a439ffa4e6 (diff)
downloadopenembedded-core-contrib-2335a8ed3748e687e7f34f21f27f8e4029d1e26b.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. Signed-off-by: Philip Balister <philip@balister.org> Signed-off-by: Saul Wold <sgw@linux.intel.com>
-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 b2a36b478f..0571d3a488 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 += "\
file://builddir.patch \
file://parallel-makeinst-create-bindir.patch \
file://python-fix-build-error-with-Readline-6.3.patch \
+ file://gcc-4.8-fix-configure-Wformat.patch \
"
S = "${WORKDIR}/Python-${PV}"