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 4EA206B565 for ; Mon, 13 Jan 2014 01:54:24 +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 s0D1sNJK019326 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=FAIL); Sun, 12 Jan 2014 17:54:23 -0800 (PST) Received: from [128.224.162.226] (128.224.162.226) by ALA-HCA.corp.ad.wrs.com (147.11.189.40) with Microsoft SMTP Server id 14.2.347.0; Sun, 12 Jan 2014 17:54:23 -0800 Message-ID: <52D3474C.8060309@windriver.com> Date: Mon, 13 Jan 2014 09:54:20 +0800 From: Robert Yang User-Agent: Mozilla/5.0 (X11; Linux i686; rv:24.0) Gecko/20100101 Thunderbird/24.0 MIME-Version: 1.0 To: Martin Jansa References: <52CF90CB.3010300@windriver.com> <20140110110241.GP3709@jama> In-Reply-To: <20140110110241.GP3709@jama> Cc: openembedded-core@lists.openembedded.org Subject: Re: [dora][PATCH 0/2] Dora backports 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: Mon, 13 Jan 2014 01:54:25 -0000 Content-Type: text/plain; charset="ISO-8859-1"; format=flowed Content-Transfer-Encoding: 7bit On 01/10/2014 07:02 PM, Martin Jansa wrote: > On Fri, Jan 10, 2014 at 02:18:51PM +0800, Robert Yang wrote: >> >> Hi Martin, >> >> Thanks, please see my comments in line. >> >> On 01/06/2014 06:21 PM, Martin Jansa wrote: >>> The following changes since commit e86622a932bbd0acdea67ecfb15c8b06c27353d8: >>> >>> libsoup-2.4: add intltool-native to DEPENDS (2013-12-19 14:59:47 +0000) >>> >>> are available in the git repository at: >>> >>> git://git.openembedded.org/openembedded-core-contrib jansa/dora-backports2 >>> http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=jansa/dora-backports2 >>> >>> Martin Jansa (1): >>> ltp: set PREFERRED_PROVIDER and rename runtests_noltp.sh script >>> >> >> I will take this. >> >>> Richard Purdie (1): >>> eglibc-initial.inc: Drop duplicate include >>> >> >> >> It seems that this is a trivial fix, I don't think it's a good idea to merge >> it to dora. > > And the warning shown in every dora build since > http://git.openembedded.org/bitbake/commit/?h=1.20&id=22e6b1c4c4afb27057689bbc94cbdf1f19f93e3d > isn't important enough reason to merge it? > OK, thanks to all, I will take it. // Robert >> >> // Robert >> >>> meta/conf/distro/include/default-providers.inc | 2 + >>> meta/recipes-core/eglibc/eglibc-initial.inc | 2 - >>> ...tests_noltp.sh-script-so-have-unique-name.patch | 202 +++++++++++++++++++++ >>> meta/recipes-extended/ltp/ltp_20130503.bb | 4 +- >>> 4 files changed, 207 insertions(+), 3 deletions(-) >>> create mode 100644 meta/recipes-extended/ltp/ltp/0001-Rename-runtests_noltp.sh-script-so-have-unique-name.patch >>> >