generic-poky/meta/recipes-core/readline
Hongxu Jia fcfee5c46c 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>
2013-07-29 13:09:01 +01:00
..
files readline: add missing macros in acinclude.m4 2012-07-26 14:55:20 +01:00
readline-5.2 readline: add missing macros in acinclude.m4 2012-07-26 14:55:20 +01:00
readline-6.2 readline: fix importing readline in python with probably escape sequence output 2013-07-29 13:09:01 +01:00
readline.inc readline: add SUMMARY 2013-04-29 14:45:04 +01:00
readline_5.2.bb readline: add SUMMARY 2013-04-29 14:45:04 +01:00
readline_6.2.bb readline: fix importing readline in python with probably escape sequence output 2013-07-29 13:09:01 +01:00