From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from vms173011pub.verizon.net (vms173011pub.verizon.net [206.46.173.11]) by mail.openembedded.org (Postfix) with ESMTP id 083046A441 for ; Tue, 8 Oct 2013 04:02:27 +0000 (UTC) Received: from gandalf.denix.org ([unknown] [108.45.150.102]) by vms173011.mailsrvcs.net (Sun Java(tm) System Messaging Server 7u2-7.02 32bit (built Apr 16 2009)) with ESMTPA id <0MUC003YD0JPKVF4@vms173011.mailsrvcs.net> for openembedded-devel@lists.openembedded.org; Mon, 07 Oct 2013 23:02:29 -0500 (CDT) Received: by gandalf.denix.org (Postfix, from userid 1000) id 8F89A2009D; Tue, 08 Oct 2013 00:02:13 -0400 (EDT) Date: Tue, 08 Oct 2013 00:02:13 -0400 From: Denys Dmytriyenko To: Eric =?iso-8859-1?Q?B=E9nard?= Message-id: <20131008040213.GL18775@denix.org> References: <1381188738-29468-1-git-send-email-eric@eukrea.com> MIME-version: 1.0 In-reply-to: <1381188738-29468-1-git-send-email-eric@eukrea.com> User-Agent: Mutt/1.5.20 (2009-06-14) Cc: openembedded-devel@lists.openembedded.org Subject: Re: [PATCH 01/18] qtgraphicaleffects: allow empty package X-BeenThere: openembedded-devel@lists.openembedded.org X-Mailman-Version: 2.1.12 Precedence: list Reply-To: openembedded-devel@lists.openembedded.org List-Id: Using the OpenEmbedded metadata to build Distributions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Oct 2013 04:02:28 -0000 Content-type: text/plain; charset=iso-8859-1 Content-disposition: inline Content-transfer-encoding: 8bit Ok, after manually fixing those issues I mentioned already (couple 5.0.2 remnants and few 5.1.0 missed packages) the rest seems to work fine. I built most of Qt5 packages for "eglfs" and "linuxfb" platforms (sorry, no X here) and checked few examples: Tested-by: Denys Dmytriyenko On Tue, Oct 08, 2013 at 01:32:01AM +0200, Eric Bénard wrote: > else populatesdk will fail because qtgraphicaleffects-dev can't > find qtgraphicaleffects > > Signed-off-by: Eric Bénard > --- > recipes-qt/qt5/qtgraphicaleffects.inc | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/recipes-qt/qt5/qtgraphicaleffects.inc b/recipes-qt/qt5/qtgraphicaleffects.inc > index 63e884e..06b5350 100644 > --- a/recipes-qt/qt5/qtgraphicaleffects.inc > +++ b/recipes-qt/qt5/qtgraphicaleffects.inc > @@ -1,3 +1,5 @@ > require qt5.inc > > DEPENDS += "qtdeclarative" > + > +ALLOW_EMPTY_${PN} = "1" > -- > 1.8.4.rc3 >