From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from comal.ext.ti.com (comal.ext.ti.com [198.47.26.152]) by arago-project.org (Postfix) with ESMTPS id B6466529C6 for ; Fri, 2 Nov 2012 01:54:04 +0000 (UTC) Received: from dlelxv30.itg.ti.com ([172.17.2.17]) by comal.ext.ti.com (8.13.7/8.13.7) with ESMTP id qA21s3Vd017209 for ; Thu, 1 Nov 2012 20:54:03 -0500 Received: from DFLE72.ent.ti.com (dfle72.ent.ti.com [128.247.5.109]) by dlelxv30.itg.ti.com (8.13.8/8.13.8) with ESMTP id qA21s3Xq012227 for ; Thu, 1 Nov 2012 20:54:03 -0500 Received: from dlelxv22.itg.ti.com (172.17.1.197) by dfle72.ent.ti.com (128.247.5.109) with Microsoft SMTP Server id 14.1.323.3; Thu, 1 Nov 2012 20:54:03 -0500 Received: from localhost ([158.218.102.158]) by dlelxv22.itg.ti.com (8.13.8/8.13.8) with ESMTP id qA21s3Oe010557; Thu, 1 Nov 2012 20:54:03 -0500 Date: Thu, 1 Nov 2012 21:54:02 -0400 From: Denys Dmytriyenko To: "Cooper Jr., Franklin" Message-ID: <20121102015402.GL22705@edge> References: <8F29D6B095ED194EA1980491A5E029710C30CDB1@DFLE09.ent.ti.com> <20121030194801.GH11551@edge> MIME-Version: 1.0 In-Reply-To: <20121030194801.GH11551@edge> User-Agent: Mutt/1.5.20 (2009-06-14) Cc: "meta-arago@arago-project.org" Subject: Re: task-arago-qte-toolchain-target: standard qte target sdk packages X-BeenThere: meta-arago@arago-project.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: Arago metadata layer for TI SDKs - OE-Core/Yocto compatible List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Nov 2012 01:54:05 -0000 Content-Type: text/plain; charset="us-ascii" Content-Disposition: inline On Tue, Oct 30, 2012 at 03:48:01PM -0400, Denys Dmytriyenko wrote: > > I don't see a need for both tasks so most likely we will get rid of > > task-arago-qte-sdk-target. Only thing I see that your task doesn't include > > is "qt4-embedded-dev" which I would think is also needed. > > Yes, I saw that. I didn't have time to check whether qt4-embedded-dev is being > pulled automatically. I'll verify that and if needed, add it back. BTW, I forgot to update the status on this item yesterday - qt4-embedded-dev has all header files flattened in a single /usr/include/qtopia/Qt directory. Normally header files for specific Qt components, such as QtCore or QtGui, go into individual directories and are packaged in corresponding libqt-dev packages. So, there doesn't seem to be a need for the flattened copy of the header files. Denys > > -----Original Message----- > > From: Arago Project git [mailto:git@arago-project.org] > > Sent: Friday, October 26, 2012 12:05 AM > > To: arago-commits@arago-project.org > > Subject: [arago-commits] Denys Dmytriyenko : task-arago-qte-toolchain-target: standard qte target sdk packages > > > > Module: meta-arago > > Branch: master > > Commit: 0013364df6cdcf1c505087e1064ee321b36d8f76 > > URL: http://arago-project.org/git/meta-arago.git?a=commit;h=0013364df6cdcf1c505087e1064ee321b36d8f76 > > > > Author: Denys Dmytriyenko > > Date: Fri Oct 26 01:02:52 2012 -0400 > > > > task-arago-qte-toolchain-target: standard qte target sdk packages > > > > Signed-off-by: Denys Dmytriyenko > > > > --- > > > > .../tasks/task-arago-qte-toolchain-target.bb | 31 ++++++++++++++++++++ > > 1 files changed, 31 insertions(+), 0 deletions(-) > > > > diff --git a/meta-arago-extras/recipes-core/tasks/task-arago-qte-toolchain-target.bb b/meta-arago-extras/recipes-core/tasks/task-arago-qte-toolchain-target.bb > > new file mode 100644 > > index 0000000..67b2fbc > > --- /dev/null > > +++ b/meta-arago-extras/recipes-core/tasks/task-arago-qte-toolchain-target.bb > > @@ -0,0 +1,31 @@ > > +DESCRIPTION = "Target packages for Qt Embedded SDK" > > +LICENSE = "MIT" > > +ALLOW_EMPTY = "1" > > + > > +PR = "r1" > > + > > +LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58 \ > > + file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" > > + > > +RDEPENDS_${PN} += " \ > > + task-core-standalone-sdk-target \ > > + qt4-embedded-mkspecs \ > > + libqt-embeddedmultimedia4-dev \ > > + libqt-embeddedphonon4-dev \ > > + libqt-embedded3support4-dev \ > > + libqt-embeddedclucene4-dev \ > > + libqt-embeddedcore4-dev \ > > + libqt-embeddeddbus4-dev \ > > + libqt-embeddeddesignercomponents4-dev \ > > + libqt-embeddeddesigner4-dev \ > > + libqt-embeddeduitools4-dev \ > > + libqt-embeddedgui4-dev \ > > + libqt-embeddedhelp4-dev \ > > + libqt-embeddednetwork4-dev \ > > + libqt-embeddedscript4-dev \ > > + libqt-embeddedscripttools4-dev \ > > + libqt-embeddedsvg4-dev \ > > + libqt-embeddedtest4-dev \ > > + libqt-embeddedwebkit4-dev \ > > + libqt-embeddedxml4-dev \ > > + " > > > > > > _______________________________________________ > > meta-arago mailing list > > meta-arago@arago-project.org > > http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago > _______________________________________________ > meta-arago mailing list > meta-arago@arago-project.org > http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago