All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] dual-camera-demo: Grab latest commit and update Matrix files installation
@ 2014-06-11 14:00 Franklin S. Cooper Jr
  2014-06-11 14:00 ` [PATCH] ptpd: Add latest version of ptpd 2.3.0 Franklin S. Cooper Jr
  0 siblings, 1 reply; 6+ messages in thread
From: Franklin S. Cooper Jr @ 2014-06-11 14:00 UTC (permalink / raw)
  To: meta-arago; +Cc: Franklin S. Cooper Jr

* Also switch to using license file for checksum
* Use latest commit that adds double buffering for pip.
* Double buffering reduces tearing.

Signed-off-by: Franklin S. Cooper Jr <fcooper@ti.com>
---
 .../dual-camera-demo/dual-camera-demo_1.0.bb       |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)

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
index 1f9b941..d21a0e5 100644
--- 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
@@ -2,14 +2,14 @@ DESCRIPTION = "Qt Dual Camera Demo"
 HOMEPAGE = "https://gitorious.org/dual-camera-demo/"
 SECTION = "multimedia"
 LICENSE = "GPLv2"
-LIC_FILES_CHKSUM = "file://main.cpp;beginline=1;endline=18;md5=1e0116b09fc3d8f888286927eac06928"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=c7ca707704d3354a64feeb4f19f52eb5"
 
 require recipes-core/matrix/matrix-gui-paths.inc
 
-PR = "r3"
+PR = "r4"
 
 BRANCH = "master"
-SRCREV = "a877c704eba77fc09aec54211b387b95e62e523b"
+SRCREV = "255808485bfd9bebd7f13ecd48704b6cc9ae0d69"
 
 SRC_URI = "git://gitorious.org/dual-camera-demo/dual-camera-demo.git;protocol=git;branch=${BRANCH}"
 
@@ -20,15 +20,15 @@ inherit qt-provider
 # use the make targets already created in the Makefile.build files
 do_install() {
     install -d ${D}/usr/bin
-    install -d ${D}${MATRIX_APP_DIR}/arm_multimedia_dual-camera
+    install -d ${D}${MATRIX_APP_DIR}/dual-camera
     install dual_camera ${D}/usr/bin/dual_camera
     install dual_camera.sh ${D}/usr/bin/dual_camera.sh
-    install matrix/* ${D}/${MATRIX_APP_DIR}/arm_multimedia_dual-camera
+    install matrix/* ${D}/${MATRIX_APP_DIR}/dual-camera
 }
 
 PACKAGES += "matrix-gui-apps-dual-camera"
 
-RDEPENDS_matrix-gui-apps-dual-camera  = "matrix-gui-apps-images matrix-gui-submenus-multimedia ${PN}"
+RDEPENDS_matrix-gui-apps-dual-camera  = "matrix-gui-apps-images matrix-gui-submenus-camera ${PN}"
 
 # Add the matrix directory to the FILES
 FILES_${PN} = "/usr/bin/*"
-- 
1.7.0.4



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

end of thread, other threads:[~2014-06-11 21:28 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-06-11 14:00 [PATCH] dual-camera-demo: Grab latest commit and update Matrix files installation Franklin S. Cooper Jr
2014-06-11 14:00 ` [PATCH] ptpd: Add latest version of ptpd 2.3.0 Franklin S. Cooper Jr
2014-06-11 14:05   ` Denys Dmytriyenko
2014-06-11 14:41     ` Cooper Jr., Franklin
2014-06-11 18:50       ` Cooper Jr., Franklin
2014-06-11 21:28         ` Cooper Jr., Franklin

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.