From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from vms173015pub.verizon.net (vms173015pub.verizon.net [206.46.173.15]) by mail.openembedded.org (Postfix) with ESMTP id 0BF4E6A441 for ; Tue, 8 Oct 2013 04:30:57 +0000 (UTC) Received: from gandalf.denix.org ([unknown] [108.45.150.102]) by vms173015.mailsrvcs.net (Sun Java(tm) System Messaging Server 7u2-7.02 32bit (built Apr 16 2009)) with ESMTPA id <0MUC005ND1VMDD80@vms173015.mailsrvcs.net> for openembedded-devel@lists.openembedded.org; Mon, 07 Oct 2013 23:30:58 -0500 (CDT) Received: by gandalf.denix.org (Postfix, from userid 1000) id 1C6A52009D; Tue, 08 Oct 2013 00:30:57 -0400 (EDT) Date: Tue, 08 Oct 2013 00:30:57 -0400 From: Denys Dmytriyenko To: Eric =?iso-8859-1?Q?B=E9nard?= Message-id: <20131008043057.GM18775@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:30:57 -0000 Content-type: text/plain; charset=iso-8859-1 Content-disposition: inline Content-transfer-encoding: 8bit And one more reply to the same patch... :) This particular fix with ALLOW_EMPTY was discussed in this thread: http://thread.gmane.org/gmane.comp.handhelds.openembedded/59838 So, what was the agreement for the proper fix? -- Denys 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 >