All of lore.kernel.org
 help / color / mirror / Atom feed
From: Denys Dmytriyenko <denys@ti.com>
To: "Franklin S. Cooper Jr" <fcooper@ti.com>
Cc: meta-arago@arago-project.org
Subject: Re: [PATCH 1/4] dual-camera-demo: Dual Camera Demo App
Date: Mon, 27 Jan 2014 17:20:19 -0500	[thread overview]
Message-ID: <20140127222019.GU6814@edge> (raw)
In-Reply-To: <20140124212751.GT30525@edge>

On Fri, Jan 24, 2014 at 04:27:51PM -0500, Denys Dmytriyenko wrote:
> 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...

BTW, according to the file, the license is GPLv2...


> > +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
> _______________________________________________
> meta-arago mailing list
> meta-arago@arago-project.org
> http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago


      reply	other threads:[~2014-01-27 22:20 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-01-24 18:21 [PATCH 1/4] dual-camera-demo: Dual Camera Demo App Franklin S. Cooper Jr
2014-01-24 18:21 ` [PATCH 2/4] ti-tisdk-makefile: Add dual camera demo to Makefile Franklin S. Cooper Jr
2014-01-24 18:21 ` [PATCH 3/4] arago-source-ipk.conf: Generate sourceipk for the dual-camera-demo Franklin S. Cooper Jr
2014-01-24 18:21 ` [PATCH 4/4] packagegroup-arago-tisdk-*: Add dual camera demo to AM437x SDK Franklin S. Cooper Jr
2014-01-24 21:27 ` [PATCH 1/4] dual-camera-demo: Dual Camera Demo App Denys Dmytriyenko
2014-01-27 22:20   ` Denys Dmytriyenko [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20140127222019.GU6814@edge \
    --to=denys@ti.com \
    --cc=fcooper@ti.com \
    --cc=meta-arago@arago-project.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.