diff options
author | Chong Lu <Chong.Lu@windriver.com> | 2014-04-03 07:52:22 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-04-04 11:53:51 +0100 |
commit | b996f22f8bed0c587392e33cc58c4b9c673ad50e (patch) | |
tree | 5cec994ab668f51e921038d7f9b0ab098c2266f1 /meta/recipes-devtools/python/python3_3.3.3.bb | |
parent | 69a88dabbe028fe6f2423b25ad985f84372f4584 (diff) | |
download | poky-b996f22f8bed0c587392e33cc58c4b9c673ad50e.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]
(From OE-Core rev: a6b91ae7dec2edebc0eaea0592c42b1c455ad4d7)
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/python3_3.3.3.bb')
-rw-r--r-- | meta/recipes-devtools/python/python3_3.3.3.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-devtools/python/python3_3.3.3.bb b/meta/recipes-devtools/python/python3_3.3.3.bb index b6f6def8f1..c357bbb07e 100644 --- a/meta/recipes-devtools/python/python3_3.3.3.bb +++ b/meta/recipes-devtools/python/python3_3.3.3.bb | |||
@@ -20,6 +20,7 @@ file://0001-h2py-Fix-issue-13032-where-it-fails-with-UnicodeDeco.patch \ | |||
20 | file://fix-ast.h-dependency.patch \ | 20 | file://fix-ast.h-dependency.patch \ |
21 | file://makerace.patch \ | 21 | file://makerace.patch \ |
22 | ${DISTRO_SRC_URI} \ | 22 | ${DISTRO_SRC_URI} \ |
23 | file://python3-fix-build-error-with-Readline-6.3.patch \ | ||
23 | " | 24 | " |
24 | 25 | ||
25 | SRC_URI += "\ | 26 | SRC_URI += "\ |