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 05B6760C11 for ; Fri, 10 Jan 2014 06:18:53 +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 s0A6Irqe011671 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=FAIL); Thu, 9 Jan 2014 22:18:53 -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; Thu, 9 Jan 2014 22:18:53 -0800 Message-ID: <52CF90CB.3010300@windriver.com> Date: Fri, 10 Jan 2014 14:18:51 +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: In-Reply-To: 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: Fri, 10 Jan 2014 06:18:54 -0000 Content-Type: text/plain; charset="ISO-8859-1"; format=flowed Content-Transfer-Encoding: 7bit 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. // 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 >