From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail1.windriver.com (mail1.windriver.com [147.11.146.13]) by mail.openembedded.org (Postfix) with ESMTP id 80D896F8A0 for ; Tue, 1 Apr 2014 10:14:12 +0000 (UTC) Received: from ALA-HCA.corp.ad.wrs.com (ala-hca.corp.ad.wrs.com [147.11.189.40]) by mail1.windriver.com (8.14.5/8.14.5) with ESMTP id s31AEDiU029007 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=FAIL) for ; Tue, 1 Apr 2014 03:14:13 -0700 (PDT) Received: from [128.224.162.231] (128.224.162.231) by ALA-HCA.corp.ad.wrs.com (147.11.189.50) with Microsoft SMTP Server (TLS) id 14.3.169.1; Tue, 1 Apr 2014 03:14:13 -0700 Message-ID: <533A9171.40705@windriver.com> Date: Tue, 1 Apr 2014 18:14:09 +0800 From: Kang Kai User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130623 Thunderbird/17.0.7 MIME-Version: 1.0 To: References: <1396317576-25426-1-git-send-email-kai.kang@windriver.com> In-Reply-To: <1396317576-25426-1-git-send-email-kai.kang@windriver.com> X-Originating-IP: [128.224.162.231] Subject: Re: [PATCH] Fix some bash errors 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, 01 Apr 2014 10:14:15 -0000 Content-Type: multipart/alternative; boundary="------------040205070207090404020508" --------------040205070207090404020508 Content-Type: text/plain; charset="ISO-8859-1"; format=flowed Content-Transfer-Encoding: 7bit On 2014?04?01? 09:59, Kai Kang wrote: > Fix some errors for bash 3.2.48 by take patches from bash 4.3. > > Yong Zhang (1): > bash-3.2.48: fix error path of getc_with_restart > > .../bash-fix-error-path-of-getc_with_restart.patch | 41 ++++++++++++++++++++++ > .../bash-3.2.48/bash-fix-getc_with_restart.patch | 28 +++++++++++++++ > meta/recipes-extended/bash/bash_3.2.48.bb | 2 ++ > 3 files changed, 71 insertions(+) > create mode 100644 meta/recipes-extended/bash/bash-3.2.48/bash-fix-error-path-of-getc_with_restart.patch > create mode 100644 meta/recipes-extended/bash/bash-3.2.48/bash-fix-getc_with_restart.patch > Please ignore it. Thanks. -- Regards, Neil | Kai Kang --------------040205070207090404020508 Content-Type: text/html; charset="ISO-8859-1" Content-Transfer-Encoding: 7bit
On 2014年04月01日 09:59, Kai Kang wrote:
Fix some errors for bash 3.2.48 by take patches from bash 4.3.

Yong Zhang (1):
  bash-3.2.48: fix error path of getc_with_restart

 .../bash-fix-error-path-of-getc_with_restart.patch | 41 ++++++++++++++++++++++
 .../bash-3.2.48/bash-fix-getc_with_restart.patch   | 28 +++++++++++++++
 meta/recipes-extended/bash/bash_3.2.48.bb          |  2 ++
 3 files changed, 71 insertions(+)
 create mode 100644 meta/recipes-extended/bash/bash-3.2.48/bash-fix-error-path-of-getc_with_restart.patch
 create mode 100644 meta/recipes-extended/bash/bash-3.2.48/bash-fix-getc_with_restart.patch


Please ignore it. Thanks.

-- 
Regards,
Neil | Kai Kang
--------------040205070207090404020508--