]> code.ossystems Code Review - openembedded-core.git/commitdiff
python-native : Add patch to fix configure error with gcc 4.8.
authorPhilip Balister <philip@balister.org>
Wed, 21 May 2014 12:57:12 +0000 (08:57 -0400)
committerSaul Wold <sgw@linux.intel.com>
Fri, 23 May 2014 17:45:07 +0000 (10:45 -0700)
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>
meta/recipes-devtools/python/python-native_2.7.3.bb

index b2a36b478f75d34dc9bfca317ca2f3df84596c58..0571d3a48867957b3febc573ffd9cc9adfe75816 100644 (file)
@@ -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}"