From: Philip Balister Date: Wed, 21 May 2014 12:57:12 +0000 (-0400) Subject: python-native : Add patch to fix configure error with gcc 4.8. X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~33578 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2335a8ed3748e687e7f34f21f27f8e4029d1e26b;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git 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 Signed-off-by: Saul Wold --- 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 b2a36b478f7..0571d3a4886 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}"