aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/python/python_2.7.3.bb
diff options
context:
space:
mode:
authorChong Lu <Chong.Lu@windriver.com>2014-04-03 07:52:22 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-04-04 11:51:27 +0100
commita6b91ae7dec2edebc0eaea0592c42b1c455ad4d7 (patch)
treeba650ea190d01cb8b5dba5f944179ff59cef0578 /meta/recipes-devtools/python/python_2.7.3.bb
parentd12a5e38a02abe3feb3db8ae5ffd9a5005124294 (diff)
downloadopenembedded-core-a6b91ae7dec2edebc0eaea0592c42b1c455ad4d7.tar.gz
python: fix build error with Readline 6.3
Backport two patches from upstream: use new readline function types (closes #20374) Issue #20374: Avoid compiler warnings when compiling readline with libedit. [YOCTO #6107] Signed-off-by: Chong Lu <Chong.Lu@windriver.com> 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/python_2.7.3.bb')
-rw-r--r--meta/recipes-devtools/python/python_2.7.3.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-devtools/python/python_2.7.3.bb b/meta/recipes-devtools/python/python_2.7.3.bb
index aaa72e5e10..c7bb9b4131 100644
--- a/meta/recipes-devtools/python/python_2.7.3.bb
+++ b/meta/recipes-devtools/python/python_2.7.3.bb
@@ -34,6 +34,7 @@ SRC_URI += "\
file://pypirc-secure.patch \
file://parallel-makeinst-create-bindir.patch \
file://python-2.7.3-CVE-2013-1752-smtplib-fix.patch \
+ file://python-fix-build-error-with-Readline-6.3.patch \
"
S = "${WORKDIR}/Python-${PV}"