]> 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)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 17 Jun 2014 08:00:20 +0000 (09:00 +0100)
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 0c66d27c2dcb3a27e0e19d7a19ba6ce2590ad9ca..0e6a8cd9f491a2f7106967012800022d2444ae62 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}"