From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from arroyo.ext.ti.com (arroyo.ext.ti.com [192.94.94.40]) by arago-project.org (Postfix) with ESMTPS id 0FD955298E for ; Fri, 24 Jan 2014 21:27:53 +0000 (UTC) Received: from dflxv15.itg.ti.com ([128.247.5.124]) by arroyo.ext.ti.com (8.13.7/8.13.7) with ESMTP id s0OLRqIi028721 for ; Fri, 24 Jan 2014 15:27:52 -0600 Received: from DLEE71.ent.ti.com (dlee71.ent.ti.com [157.170.170.114]) by dflxv15.itg.ti.com (8.14.3/8.13.8) with ESMTP id s0OLRqSJ029520 for ; Fri, 24 Jan 2014 15:27:52 -0600 Received: from dlep33.itg.ti.com (157.170.170.75) by DLEE71.ent.ti.com (157.170.170.114) with Microsoft SMTP Server id 14.2.342.3; Fri, 24 Jan 2014 15:27:51 -0600 Received: from localhost (ileax41-snat.itg.ti.com [10.172.224.153]) by dlep33.itg.ti.com (8.14.3/8.13.8) with ESMTP id s0OLRpi1025036; Fri, 24 Jan 2014 15:27:51 -0600 Date: Fri, 24 Jan 2014 16:27:51 -0500 From: Denys Dmytriyenko To: "Franklin S. Cooper Jr" Message-ID: <20140124212751.GT30525@edge> References: <1390587699-26905-1-git-send-email-fcooper@ti.com> MIME-Version: 1.0 In-Reply-To: <1390587699-26905-1-git-send-email-fcooper@ti.com> User-Agent: Mutt/1.5.20 (2009-06-14) Cc: meta-arago@arago-project.org Subject: Re: [PATCH 1/4] dual-camera-demo: Dual Camera Demo App 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, 24 Jan 2014 21:27:53 -0000 Content-Type: text/plain; charset="us-ascii" Content-Disposition: inline On Fri, Jan 24, 2014 at 12:21:36PM -0600, Franklin S. Cooper Jr wrote: > * Add Qt dual camera demo application. > --- > .../dual-camera-demo/dual-camera-demo_1.0.bb | 32 ++++++++++++++++++++ > 1 files changed, 32 insertions(+), 0 deletions(-) > create mode 100644 meta-arago-extras/recipes-multimedia/dual-camera-demo/dual-camera-demo_1.0.bb > > diff --git a/meta-arago-extras/recipes-multimedia/dual-camera-demo/dual-camera-demo_1.0.bb b/meta-arago-extras/recipes-multimedia/dual-camera-demo/dual-camera-demo_1.0.bb > new file mode 100644 > index 0000000..4d6d00c > --- /dev/null > +++ b/meta-arago-extras/recipes-multimedia/dual-camera-demo/dual-camera-demo_1.0.bb > @@ -0,0 +1,32 @@ > +DESCRIPTION = "Qt Dual Camera Demo" > +HOMEPAGE = "https://gitorious.org/dual-camera-demo/" > +SECTION = "multimedia" > +LICENSE = "BSD" > +LIC_FILES_CHKSUM = "file://main.cpp;md5=424a1b7299bcd2c5fad3b05493dd8898" Any code change to the main.cpp file will blow the license check - you may want to limit it to the header with "beginline=;endline=" modifier... > + > +require recipes-core/matrix/matrix-gui-paths.inc > + > +PR = "r0" > + > +BRANCH = "master" > +SRCREV = "af299a206482562ceae8aa690a8b6644a3e0a66e" > + > +SRC_URI = "git://gitorious.org/dual-camera-demo/dual-camera-demo.git;protocol=git;branch=${BRANCH}" > + > +S = "${WORKDIR}/git" > + > +inherit qt-provider > + > +# use the make targets already created in the Makefile.build files > +do_install() { > + cd ${S} && make -f Makefile.build DESTDIR=${D} install_common > +} > + > +PACKAGES += "matrix-gui-apps-dual-camera" > + > +RDEPENDS_matrix-gui-apps-dual-camera = "matrix-gui-apps-images matrix-gui-submenus-multimedia ${PN}" > + > +# Add the matrix directory to the FILES > +FILES_${PN} = "/usr/bin/*" Isn't this the default or is it getting overwritten some other place? > +FILES_matrix-gui-apps-dual-camera = "${MATRIX_APP_DIR}/*" > -- > 1.7.0.4 > > _______________________________________________ > meta-arago mailing list > meta-arago@arago-project.org > http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago