From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.windriver.com (mail.windriver.com [147.11.1.11]) by mail.openembedded.org (Postfix) with ESMTP id 7B52E6A9C4 for ; Tue, 23 Jul 2013 11:25:31 +0000 (UTC) Received: from ALA-HCB.corp.ad.wrs.com (ala-hcb.corp.ad.wrs.com [147.11.189.41]) by mail.windriver.com (8.14.5/8.14.3) with ESMTP id r6NBPWaT028647 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=FAIL) for ; Tue, 23 Jul 2013 04:25:32 -0700 (PDT) Received: from [128.224.162.194] (128.224.162.194) by ALA-HCB.corp.ad.wrs.com (147.11.189.41) with Microsoft SMTP Server id 14.2.342.3; Tue, 23 Jul 2013 04:25:32 -0700 Message-ID: <51EE682A.9010205@windriver.com> Date: Tue, 23 Jul 2013 19:25:30 +0800 From: Hongxu Jia User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130623 Thunderbird/17.0.7 MIME-Version: 1.0 To: References: In-Reply-To: Subject: Re: [PATCH V3 0/2] readline: fix importing readline in python with probably escape sequence output X-BeenThere: openembedded-core@lists.openembedded.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: Patches and discussions about the oe-core layer List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 23 Jul 2013 11:25:31 -0000 Content-Type: text/plain; charset="ISO-8859-1"; format=flowed Content-Transfer-Encoding: 7bit On 07/22/2013 05:43 PM, Hongxu Jia wrote: > Change from V2: Backport to gnu readline library 6.2 rather than modify > python to fix this issue. > > //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-readlne > http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=hongxu/fix-python-readlne Fix typo: http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=hongxu/fix-readlne //Hongxu > Hongxu Jia (2): > readline: fix importing readline in python with probably escape > sequence output > python-native: remove unused and duplicated sitecustomize.py > > ...ly-enable-meta-key-for-a-single-call-read.patch | 114 +++++++++++++++++++++ > meta/recipes-core/readline/readline_6.2.bb | 1 + > .../python/python-native/sitecustomize.py | 45 -------- > 3 files changed, 115 insertions(+), 45 deletions(-) > create mode 100644 meta/recipes-core/readline/readline-6.2/readline-only-enable-meta-key-for-a-single-call-read.patch > delete mode 100644 meta/recipes-devtools/python/python-native/sitecustomize.py >