All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/4] dual-camera-demo: Dual Camera Demo App
@ 2014-01-24 18:21 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
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Franklin S. Cooper Jr @ 2014-01-24 18:21 UTC (permalink / raw)
  To: meta-arago; +Cc: Franklin S. Cooper Jr

* 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"
+
+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/*"
+
+FILES_matrix-gui-apps-dual-camera = "${MATRIX_APP_DIR}/*"
-- 
1.7.0.4



^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2014-01-27 22:20 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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 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.