From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mailout4.zoneedit.com (mailout4.zoneedit.com [64.68.198.17]) by mail.openembedded.org (Postfix) with ESMTP id 49E3878207 for ; Fri, 23 Jun 2017 21:46:36 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mailout4.zoneedit.com (Postfix) with ESMTP id A3C48208FB; Fri, 23 Jun 2017 21:46:37 +0000 (UTC) Received: from mailout4.zoneedit.com ([127.0.0.1]) by localhost (zmo03-pco.easydns.vpn [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id znbAHlozHsg1; Fri, 23 Jun 2017 21:46:37 +0000 (UTC) Received: from mail.denix.org (pool-100-15-85-143.washdc.fios.verizon.net [100.15.85.143]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mailout4.zoneedit.com (Postfix) with ESMTPSA id 705B520072; Fri, 23 Jun 2017 21:46:34 +0000 (UTC) Received: by mail.denix.org (Postfix, from userid 1000) id D51FB162513; Fri, 23 Jun 2017 17:46:32 -0400 (EDT) Date: Fri, 23 Jun 2017 17:46:32 -0400 From: Denys Dmytriyenko To: Martin Jansa Message-ID: <20170623214631.GC28053@denix.org> References: <1497932912-30016-1-git-send-email-liu.ming50@gmail.com> <20170622191849.GS28053@denix.org> <20170623211933.GB28053@denix.org> MIME-Version: 1.0 In-Reply-To: User-Agent: Mutt/1.5.20 (2009-06-14) Cc: Ming Liu , openembedded-devel , Ming Liu Subject: Re: [meta-qt5] [PATCH] qttools: DEPENDS on icu X-BeenThere: openembedded-devel@lists.openembedded.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: Using the OpenEmbedded metadata to build Distributions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Jun 2017 21:46:38 -0000 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Thanks. On Fri, Jun 23, 2017 at 11:41:05PM +0200, Martin Jansa wrote: > Yes, I've seen both e-mails. I'm waiting for response from author, then > I'll revert it in master and pyro branches. > > On Fri, Jun 23, 2017 at 11:19 PM, Denys Dmytriyenko wrote: > > > Martin, > > > > Were you able to look into this yet? I didn't copy you directly at first, > > so > > not sure if you missed it... > > > > > > On Thu, Jun 22, 2017 at 03:18:49PM -0400, Denys Dmytriyenko wrote: > > > On Tue, Jun 20, 2017 at 06:28:32AM +0200, liu.ming50@gmail.com wrote: > > > > From: Ming Liu > > > > > > > > This fixes a following QA issue: > > > > | QA Issue: nativesdk-qtbase-tools rdepends on nativesdk-libicui18n, > > but it isn't a build dependency. > > > > | QA Issue: nativesdk-qtbase-tools rdepends on nativesdk-libicuuc, but > > it isn't a build dependency. > > > > | QA Issue: nativesdk-qtbase-tools rdepends on nativesdk-libicudata, > > but it isn't a build dependency. > > > > > > It seems there's inconsistency here between errors above referring to > > > nativesdk-qtbase-tools and the change below made to qttools instead of > > > qtbase! > > > > > > I wonder if this fix was not included by the author: > > > > > > https://github.com/meta-qt5/meta-qt5/commit/ > > ff073f04109900fc07bf81e2f1df63c626caf342 > > > > > > Just to double-check, I just built nativesdk-qttools using meta-qt5 w/o > > this > > > patch and I don't see the above QA errors. > > > > > > -- > > > Denys > > > > > > > > > > Signed-off-by: Ming Liu > > > > --- > > > > recipes-qt/qt5/qttools_git.bb | 2 +- > > > > 1 file changed, 1 insertion(+), 1 deletion(-) > > > > > > > > diff --git a/recipes-qt/qt5/qttools_git.bb b/recipes-qt/qt5/ > > qttools_git.bb > > > > index 5c0f51c..1108390 100644 > > > > --- a/recipes-qt/qt5/qttools_git.bb > > > > +++ b/recipes-qt/qt5/qttools_git.bb > > > > @@ -16,7 +16,7 @@ LIC_FILES_CHKSUM = " \ > > > > > > > > inherit ptest > > > > > > > > -DEPENDS += "qtbase qtdeclarative qtxmlpatterns" > > > > +DEPENDS += "qtbase qtdeclarative qtxmlpatterns icu" > > > > > > > > SRC_URI += " \ > > > > file://run-ptest \ > > > > -- > > > > 2.7.4 > > > > > > > > -- > > > > _______________________________________________ > > > > Openembedded-devel mailing list > > > > Openembedded-devel@lists.openembedded.org > > > > http://lists.openembedded.org/mailman/listinfo/openembedded-devel > > > -- > > > _______________________________________________ > > > Openembedded-devel mailing list > > > Openembedded-devel@lists.openembedded.org > > > http://lists.openembedded.org/mailman/listinfo/openembedded-devel > >