[oe-commits] Philip Balister : python-native : Add patch to fix configure error with gcc 4.8.

git at git.openembedded.org git at git.openembedded.org
Tue Jun 17 08:00:47 UTC 2014


Module: openembedded-core.git
Branch: daisy
Commit: da5c99c7893b589f0d2f2e6d76261b4063ffdd32
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=da5c99c7893b589f0d2f2e6d76261b4063ffdd32

Author: Philip Balister <philip at balister.org>
Date:   Wed May 21 08:57:12 2014 -0400

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 at balister.org>
Signed-off-by: Saul Wold <sgw at linux.intel.com>

---

 meta/recipes-devtools/python/python-native_2.7.3.bb | 1 +
 1 file changed, 1 insertion(+)

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 0c66d27..0e6a8cd 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}"
 



More information about the Openembedded-commits mailing list