From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from bear.ext.ti.com (bear.ext.ti.com [192.94.94.41]) by arago-project.org (Postfix) with ESMTPS id D55C3529EF for ; Thu, 15 Nov 2012 23:30:51 +0000 (UTC) Received: from dlelxv30.itg.ti.com ([172.17.2.17]) by bear.ext.ti.com (8.13.7/8.13.7) with ESMTP id qAFNUpIM031644; Thu, 15 Nov 2012 17:30:51 -0600 Received: from DLEE74.ent.ti.com (dlee74.ent.ti.com [157.170.170.8]) by dlelxv30.itg.ti.com (8.13.8/8.13.8) with ESMTP id qAFNUoZQ017772; Thu, 15 Nov 2012 17:30:51 -0600 Received: from dlelxv22.itg.ti.com (172.17.1.197) by DLEE74.ent.ti.com (157.170.170.8) with Microsoft SMTP Server id 14.1.323.3; Thu, 15 Nov 2012 17:30:50 -0600 Received: from localhost ([158.218.102.158]) by dlelxv22.itg.ti.com (8.13.8/8.13.8) with ESMTP id qAFNUo3f024335; Thu, 15 Nov 2012 17:30:50 -0600 Date: Thu, 15 Nov 2012 18:30:50 -0500 From: Denys Dmytriyenko To: "Franklin S. Cooper Jr" Message-ID: <20121115233049.GK10887@edge> References: <1353021956-18687-1-git-send-email-fcooper@ti.com> <1353021956-18687-3-git-send-email-fcooper@ti.com> MIME-Version: 1.0 In-Reply-To: <1353021956-18687-3-git-send-email-fcooper@ti.com> User-Agent: Mutt/1.5.20 (2009-06-14) Cc: meta-arago@arago-project.org, "Franklin S. Cooper Jr" Subject: Re: [PATCH 3/3] task-arago-qte-toolchain-target: Add additional 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: Thu, 15 Nov 2012 23:30:52 -0000 Content-Type: text/plain; charset="us-ascii" Content-Disposition: inline On Thu, Nov 15, 2012 at 05:25:56PM -0600, Franklin S. Cooper Jr wrote: > * Adding additional packages that were automatically installed with Qt in > classic Arago but not being done now. > * This insures the packages installed in the old SDK matches the new one. > > Signed-off-by: Franklin S. Cooper Jr > --- > .../tasks/task-arago-qte-toolchain-target.bb | 16 ++++++++++++++-- > 1 files changed, 14 insertions(+), 2 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 > index d919af2..2635c63 100644 > --- 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 > @@ -2,12 +2,20 @@ DESCRIPTION = "Target packages for Qt Embedded SDK" > LICENSE = "MIT" > ALLOW_EMPTY = "1" > > -PR = "r2" > +PR = "r3" > > LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58 \ > file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" > > + > +QT_SGX_SUPPORT = "\ > + qt4-embedded-gles-dev \ ^^^ > + libqt-embeddedopengl4-dev \ > + libqt-embeddedpvrqwswsegl4-dev \ > +" > + > RDEPENDS_${PN} += " \ > + qt4-embedded-dev \ ^^^ I still don't think we need this... Also, you have qt4-embedded-gles-dev conditionally, but qt4-embedded-dev unconditionally - is that right? > task-core-standalone-sdk-target \ > qt4-embedded-mkspecs \ > libqt-embeddedmultimedia4-dev \ > @@ -30,4 +38,8 @@ RDEPENDS_${PN} += " \ > libqt-embeddedwebkit4-dev \ > libqt-embeddedxml4-dev \ > libsqlite3-dev \ > - " > + libqt-embeddedxmlpatterns4-dev \ > + libqt-embeddedmultimedia4-dev \ > + libqt-embeddeddeclarative4-dev \ > + ${@base_conditional('ARAGO_QT_PROVIDER', 'qt4-embedded-gles','${QT_SGX_SUPPORT}', '', d)} \ > +" > -- > 1.7.0.4 > > _______________________________________________ > meta-arago mailing list > meta-arago@arago-project.org > http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago