All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH V2 0/2] python: fix importing readline with probably escape sequence output
@ 2013-07-19  9:13 Hongxu Jia
  2013-07-19  9:13 ` [PATCH 1/2] " Hongxu Jia
  2013-07-19  9:13 ` [PATCH 2/2] python-native: remove unused and duplicated sitecustomize.py Hongxu Jia
  0 siblings, 2 replies; 6+ messages in thread
From: Hongxu Jia @ 2013-07-19  9:13 UTC (permalink / raw)
  To: openembedded-core

Change from V1: explicitly set meta key off rather than hardcore the terminal to 'dumb'.

Also remove the duplicated sitecustomize.py in python-native.

//Hongxu

The following changes since commit 3dee534f1e25109e0bdb681de0746c336f4b8840:

  lib/oeqa: fix dependecy check (2013-07-16 10:04:17 +0100)

are available in the git repository at:

  git://git.pokylinux.org/poky-contrib hongxu/fix-python-readlne
  http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=hongxu/fix-python-readlne

Hongxu Jia (2):
  python: fix importing readline with probably escape sequence output
  python-native: remove unused and duplicated sitecustomize.py

 .../python/python-native/sitecustomize.py          | 45 ----------------------
 meta/recipes-devtools/python/python.inc            |  4 +-
 ...-to-avoid-probable-escape-sequence-output.patch | 43 +++++++++++++++++++++
 3 files changed, 46 insertions(+), 46 deletions(-)
 delete mode 100644 meta/recipes-devtools/python/python-native/sitecustomize.py
 create mode 100644 meta/recipes-devtools/python/python/readline-set-meta-key-off-to-avoid-probable-escape-sequence-output.patch

-- 
1.8.1.2



^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2013-07-22  5:20 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-07-19  9:13 [PATCH V2 0/2] python: fix importing readline with probably escape sequence output Hongxu Jia
2013-07-19  9:13 ` [PATCH 1/2] " Hongxu Jia
2013-07-19 18:26   ` Saul Wold
2013-07-22  5:18     ` Saul Wold
2013-07-22  5:20       ` Hongxu Jia
2013-07-19  9:13 ` [PATCH 2/2] python-native: remove unused and duplicated sitecustomize.py Hongxu Jia

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.