All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] task-arago-tisdk-qte: Add new Qt embedded task.
@ 2012-10-23 21:54 Franklin S. Cooper Jr
  0 siblings, 0 replies; only message in thread
From: Franklin S. Cooper Jr @ 2012-10-23 21:54 UTC (permalink / raw)
  To: meta-arago; +Cc: Franklin S. Cooper Jr

* These new tasks are used to pull in the Qt embedded library,
  examples and demos that are built with Qt. Additional Qt
  applications that are from different sources are also pulled in.

Signed-off-by: Franklin S. Cooper Jr <fcooper@ti.com>
---
 .../tasks/task-arago-tisdk-qte-sdk-host.bb         |   14 ++++++++++++++
 .../recipes-core/tasks/task-arago-tisdk-qte.bb     |   17 +++++++++++++++++
 2 files changed, 31 insertions(+), 0 deletions(-)
 create mode 100644 meta-arago-distro/recipes-core/tasks/task-arago-tisdk-qte-sdk-host.bb
 create mode 100644 meta-arago-distro/recipes-core/tasks/task-arago-tisdk-qte.bb

diff --git a/meta-arago-distro/recipes-core/tasks/task-arago-tisdk-qte-sdk-host.bb b/meta-arago-distro/recipes-core/tasks/task-arago-tisdk-qte-sdk-host.bb
new file mode 100644
index 0000000..b68d1c7
--- /dev/null
+++ b/meta-arago-distro/recipes-core/tasks/task-arago-tisdk-qte-sdk-host.bb
@@ -0,0 +1,14 @@
+DESCRIPTION = "Task to add Qt embedded related sources into the sdk"
+LICENSE = "MIT"
+LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
+PR = "r0"
+
+inherit task
+
+QT_DEMOS = "\
+    qt-tstat-src \
+"
+
+RDEPENDS_${PN} = "\
+    ${QT_DEMOS} \
+"
diff --git a/meta-arago-distro/recipes-core/tasks/task-arago-tisdk-qte.bb b/meta-arago-distro/recipes-core/tasks/task-arago-tisdk-qte.bb
new file mode 100644
index 0000000..63ef58a
--- /dev/null
+++ b/meta-arago-distro/recipes-core/tasks/task-arago-tisdk-qte.bb
@@ -0,0 +1,17 @@
+DESCRIPTION = "Task to add Qt embedded related packages"
+LICENSE = "MIT"
+LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
+PR = "r0"
+
+inherit task
+
+QT_DEMOS = "\
+    qt4-embedded-examples \
+    qt4-embedded-demos \
+    qt-tstat \
+"
+
+RDEPENDS_${PN} = "\
+    task-arago-qte \
+    ${QT_DEMOS} \
+"
-- 
1.7.0.4



^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2012-10-23 21:54 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-10-23 21:54 [PATCH] task-arago-tisdk-qte: Add new Qt embedded task 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.