summaryrefslogtreecommitdiff
path: root/packages/tasks/task-qtopia-core-gui.bb
diff options
context:
space:
mode:
authorHolger Freyther <zecke@selfish.org>2008-01-21 15:25:54 +0000
committerHolger Freyther <zecke@selfish.org>2008-01-21 15:25:54 +0000
commited863b9fbb77461e29c5d9edaf861ab820bd8eaa (patch)
treed759e4f7e726e83d95ffe9e707dab0b7b460f1f9 /packages/tasks/task-qtopia-core-gui.bb
parent5ace4e7d41c36f4ef2d02629a521ce3db371fade (diff)
Add a task for QtopiaCore GUI libraries and related libraries and install this task to a image
Provide a minimal image with QtopiaCore GUI available.
Diffstat (limited to 'packages/tasks/task-qtopia-core-gui.bb')
-rw-r--r--packages/tasks/task-qtopia-core-gui.bb11
1 files changed, 11 insertions, 0 deletions
diff --git a/packages/tasks/task-qtopia-core-gui.bb b/packages/tasks/task-qtopia-core-gui.bb
new file mode 100644
index 0000000000..5b5e467305
--- /dev/null
+++ b/packages/tasks/task-qtopia-core-gui.bb
@@ -0,0 +1,11 @@
+HOMEPAGE = "http://www.trolltech.com"
+LICENSE = "MIT"
+
+inherit task
+
+DESCRIPTION_task-qtopia-core-gui = "QtopiaCore GUI library"
+RDEPENDS_task-qtopia-core-gui = " \
+ task-qtopia-core-console \
+ libqtopiacoregui4 \
+ libqtopiacorescript4 \
+ libqtopiacoredbus4"