diff options
author | Philip Balister <philip@balister.org> | 2014-05-21 08:57:12 -0400 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-05-27 16:11:53 +0100 |
commit | 2b7f8db606804a1abb316fde9104e6e32413e3df (patch) | |
tree | 9b33bd6b9265ed47a20da10a44c606048b67017d /meta/recipes-devtools/python | |
parent | b5784fe6ba10c718e83deadd084700734dc9d7b2 (diff) | |
download | poky-2b7f8db606804a1abb316fde9104e6e32413e3df.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.
(From OE-Core rev: 2335a8ed3748e687e7f34f21f27f8e4029d1e26b)
Signed-off-by: Philip Balister <philip@balister.org>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/python')
-rw-r--r-- | meta/recipes-devtools/python/python-native_2.7.3.bb | 1 |
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 += "\ | |||
18 | file://builddir.patch \ | 18 | file://builddir.patch \ |
19 | file://parallel-makeinst-create-bindir.patch \ | 19 | file://parallel-makeinst-create-bindir.patch \ |
20 | file://python-fix-build-error-with-Readline-6.3.patch \ | 20 | file://python-fix-build-error-with-Readline-6.3.patch \ |
21 | file://gcc-4.8-fix-configure-Wformat.patch \ | ||
21 | " | 22 | " |
22 | S = "${WORKDIR}/Python-${PV}" | 23 | S = "${WORKDIR}/Python-${PV}" |
23 | 24 | ||