summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/readline/readline_6.2.bb
diff options
context:
space:
mode:
authorHongxu Jia <hongxu.jia@windriver.com>2013-07-22 17:04:31 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-07-29 13:09:01 +0100
commitfcfee5c46cdb8797cba0097994815d59157bac7c (patch)
treeaa87d3eeaf257a93ce9107a59659dec8e6ceeea7 /meta/recipes-core/readline/readline_6.2.bb
parentaa7bc3caca1fbdc2f452f1d9871bb40847fb04d7 (diff)
downloadpoky-fcfee5c46cdb8797cba0097994815d59157bac7c.tar.gz
readline: fix importing readline in python with probably escape sequence output
While imports readline in python, if TERM in terminfo is available and it contains the variable 'km' and 'smm', the readline initialization will output the value of 'smm' which is the escape sequence '\E[?1034h'. The issue is caused by gnu readline library which is used by python readline module. The bash-4.3/readline-6.3 has fixed this but it is still on test and not released, so we find the changes and back port to 6.2. Import patch from: http://git.savannah.gnu.org/cgit/bash.git/tag/?id=bash-4.3-alpha [YOCTO #4835] [YOCTO #4732] (From OE-Core rev: d226f39bbd3b5f7c568a6804d69040502d28c843) Signed-off-by: Hongxu Jia <hongxu.jia@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-core/readline/readline_6.2.bb')
-rw-r--r--meta/recipes-core/readline/readline_6.2.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-core/readline/readline_6.2.bb b/meta/recipes-core/readline/readline_6.2.bb
index 45fa4e7f3e..87636da4e3 100644
--- a/meta/recipes-core/readline/readline_6.2.bb
+++ b/meta/recipes-core/readline/readline_6.2.bb
@@ -6,6 +6,7 @@ SRC_URI += "${GNU_MIRROR}/readline/readline-6.2-patches/readline62-001;name=patc
6${GNU_MIRROR}/readline/readline-6.2-patches/readline62-002;name=patch2;apply=yes;striplevel=0 \ 6${GNU_MIRROR}/readline/readline-6.2-patches/readline62-002;name=patch2;apply=yes;striplevel=0 \
7${GNU_MIRROR}/readline/readline-6.2-patches/readline62-003;name=patch3;apply=yes;striplevel=0 \ 7${GNU_MIRROR}/readline/readline-6.2-patches/readline62-003;name=patch3;apply=yes;striplevel=0 \
8${GNU_MIRROR}/readline/readline-6.2-patches/readline62-004;name=patch4;apply=yes;striplevel=0 \ 8${GNU_MIRROR}/readline/readline-6.2-patches/readline62-004;name=patch4;apply=yes;striplevel=0 \
9file://readline-only-enable-meta-key-for-a-single-call-read.patch \
9" 10"
10 11
11SRC_URI[archive.md5sum] = "67948acb2ca081f23359d0256e9a271c" 12SRC_URI[archive.md5sum] = "67948acb2ca081f23359d0256e9a271c"