From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from devils.ext.ti.com (devils.ext.ti.com [198.47.26.153]) by arago-project.org (Postfix) with ESMTPS id EE9FE52A5F for ; Mon, 25 Nov 2013 16:32:18 +0000 (UTC) Received: from dflxv15.itg.ti.com ([128.247.5.124]) by devils.ext.ti.com (8.13.7/8.13.7) with ESMTP id rAPGWIKj021685 for ; Mon, 25 Nov 2013 10:32:18 -0600 Received: from DFLE73.ent.ti.com (dfle73.ent.ti.com [128.247.5.110]) by dflxv15.itg.ti.com (8.14.3/8.13.8) with ESMTP id rAPGWH8n011194 for ; Mon, 25 Nov 2013 10:32:18 -0600 Received: from dflp32.itg.ti.com (10.64.6.15) by DFLE73.ent.ti.com (128.247.5.110) with Microsoft SMTP Server id 14.2.342.3; Mon, 25 Nov 2013 10:32:17 -0600 Received: from localhost (ileax41-snat.itg.ti.com [10.172.224.153]) by dflp32.itg.ti.com (8.14.3/8.13.8) with ESMTP id rAPGWHHj005915; Mon, 25 Nov 2013 10:32:17 -0600 Date: Mon, 25 Nov 2013 11:32:17 -0500 From: Denys Dmytriyenko To: "Franklin S. Cooper Jr" Message-ID: <20131125163217.GJ690@edge> References: <1385398442-24668-1-git-send-email-fcooper@ti.com> <1385398442-24668-2-git-send-email-fcooper@ti.com> <20131125161943.GH690@edge> MIME-Version: 1.0 In-Reply-To: <20131125161943.GH690@edge> User-Agent: Mutt/1.5.20 (2009-06-14) Cc: meta-arago@arago-project.org Subject: Re: [PATCH 2/7] packagegroup-arago-qt5: Create Qt5 target package group 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: Mon, 25 Nov 2013 16:32:19 -0000 Content-Type: text/plain; charset="us-ascii" Content-Disposition: inline And BTW, here I was hoping to be able to use (and extend if necessary) all those variables I started defining QT_RDEPENDS_* so we won't need to create a new Qt5-specific packagegroup... So, I was toying with this idea, but wasn't yet sure if it would be easier to read and maintain instead of the new packagegroup AND all the conditionals elsewhere... On Mon, Nov 25, 2013 at 11:19:43AM -0500, Denys Dmytriyenko wrote: > On Mon, Nov 25, 2013 at 10:53:57AM -0600, Franklin S. Cooper Jr wrote: > > * Create package group that by default includes essential Qt 5 plugins. > > > > Signed-off-by: Franklin S. Cooper Jr > > --- > > .../packagegroups/packagegroup-arago-qt5.bb | 33 ++++++++++++++++++++ > > 1 files changed, 33 insertions(+), 0 deletions(-) > > create mode 100644 meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-qt5.bb > > > > diff --git a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-qt5.bb b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-qt5.bb > > new file mode 100644 > > index 0000000..57d9a6c > > --- /dev/null > > +++ b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-qt5.bb > > @@ -0,0 +1,33 @@ > > +DESCRIPTION = "Task to add Qt 5 embedded related packages" > > +LICENSE = "MIT" > > +PR = "r0" > > + > > +inherit packagegroup > > + > > +PACKAGE_ARCH = "${MACHINE_ARCH}" > > + > > +QT_SGX_SUPPORT = "\ > > + qt3d \ > > + qt3d-qmlplugins \ > > +" > > + > > +RDEPENDS_${PN} = "\ > > + qtbase \ > > + qtbase-plugins \ > > + qtbase-fonts \ > > + qtbase-fonts-pfa \ > > + qtbase-fonts-pfb \ > > + qtbase-fonts-qpf \ > > + qtbase-fonts-ttf-dejavu \ > > + qtbase-fonts-ttf-vera \ > > Please drop the specific fonts - qtbase-fonts pulls all the individual fonts > already. > > > > + qtwebkit-qmlplugins \ > > + qtwebkit \ > > + qtdeclarative \ > > + qtdeclarative-qmlplugins \ > > + qtjsbackend \ > > + qtlocation \ > > + qtsvg \ > > + qtsvg-plugins \ > > + ${@base_contains('MACHINE_FEATURES','sgx','${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 > _______________________________________________ > meta-arago mailing list > meta-arago@arago-project.org > http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago