All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/4] dual-camera-demo: Updated dual camera demo that supports DRM and Qt 4 / Qt 5
@ 2015-02-20 22:56 Franklin S. Cooper Jr
  2015-02-20 22:56 ` [PATCH 2/4] packagegroup-arago-tisdk-*: Add back dual camera demo that supports Qt and 3.14 Franklin S. Cooper Jr
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Franklin S. Cooper Jr @ 2015-02-20 22:56 UTC (permalink / raw)
  To: meta-arago; +Cc: Franklin S. Cooper Jr

From: "Franklin S. Cooper Jr" <fcooper@ti.com>

Signed-off-by: Franklin S. Cooper Jr <fcooper@ti.com>
---
 .../dual-camera-demo/dual-camera-demo_1.0.bb       |   11 ++++++++---
 1 file changed, 8 insertions(+), 3 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 d21a0e5..643daab 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
@@ -4,12 +4,13 @@ SECTION = "multimedia"
 LICENSE = "GPLv2"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=c7ca707704d3354a64feeb4f19f52eb5"
 
+DEPENDS += "libdrm"
 require recipes-core/matrix/matrix-gui-paths.inc
 
-PR = "r4"
+PR = "r5"
 
-BRANCH = "master"
-SRCREV = "255808485bfd9bebd7f13ecd48704b6cc9ae0d69"
+BRANCH = "drm"
+SRCREV = "0c48cb66cc995420dfec2f1fd620c8977f0170aa"
 
 SRC_URI = "git://gitorious.org/dual-camera-demo/dual-camera-demo.git;protocol=git;branch=${BRANCH}"
 
@@ -17,6 +18,8 @@ S = "${WORKDIR}/git"
 
 inherit qt-provider
 
+export SDK_PATH_TARGET='${STAGING_DIR_HOST}'
+
 # use the make targets already created in the Makefile.build files
 do_install() {
     install -d ${D}/usr/bin
@@ -28,6 +31,8 @@ do_install() {
 
 PACKAGES += "matrix-gui-apps-dual-camera"
 
+RDEPENDS_${PN} += "libdrm libdrm-omap"
+
 RDEPENDS_matrix-gui-apps-dual-camera  = "matrix-gui-apps-images matrix-gui-submenus-camera ${PN}"
 
 # Add the matrix directory to the FILES
-- 
1.7.9.5



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

end of thread, other threads:[~2015-02-24 20:53 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-02-20 22:56 [PATCH 1/4] dual-camera-demo: Updated dual camera demo that supports DRM and Qt 4 / Qt 5 Franklin S. Cooper Jr
2015-02-20 22:56 ` [PATCH 2/4] packagegroup-arago-tisdk-*: Add back dual camera demo that supports Qt and 3.14 Franklin S. Cooper Jr
2015-02-23 21:17   ` Denys Dmytriyenko
2015-02-23 21:25     ` Cooper Jr., Franklin
2015-02-24 20:53       ` Denys Dmytriyenko
2015-02-20 22:56 ` [PATCH 3/4] ti-tisdk-makefile: Add back dual-camera demo Franklin S. Cooper Jr
2015-02-20 22:56 ` [PATCH 4/4] dual-camera-demo: Move Matrix files to the recipe instead of the git repository Franklin S. Cooper Jr

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.