aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/tasks
diff options
context:
space:
mode:
authorEric Bénard <eric@eukrea.com>2010-11-28 15:00:31 +0100
committerEric Bénard <eric@eukrea.com>2010-11-29 11:36:03 +0100
commitcb0419cc5fbf3ddf147d689e027a3fe83d368a3e (patch)
tree49c9afcd2005b28831b7dc83ee714aa87f6f9bc6 /recipes/tasks
parent4764ed351dcf832776e3012ea5a00e97685c4da0 (diff)
downloadopenembedded-cb0419cc5fbf3ddf147d689e027a3fe83d368a3e.tar.gz
add task-qt4-x11 and qt4-x11 base & demo images
these are images integrating qt4-x11-free librarie and its demo applications running using Xorg. Signed-off-by: Eric Bénard <eric@eukrea.com> Acked-by: Koen Kooi <k-kooi@ti.com>
Diffstat (limited to 'recipes/tasks')
-rw-r--r--recipes/tasks/task-qt4-x11.bb46
1 files changed, 46 insertions, 0 deletions
diff --git a/recipes/tasks/task-qt4-x11.bb b/recipes/tasks/task-qt4-x11.bb
new file mode 100644
index 0000000000..e2e1fe2166
--- /dev/null
+++ b/recipes/tasks/task-qt4-x11.bb
@@ -0,0 +1,46 @@
+DESCRIPTION = "QT4-X11 base Image Feed"
+PR = "r0"
+LICENSE = "MIT"
+
+inherit task
+
+PACKAGES += " \
+ ${PN}-base \
+ ${PN}-qwt \
+"
+
+RDEPENDS_${PN}-base = " \
+ qt4-x11-free \
+ libqt3support4 \
+ libqtclucene4 \
+ libqtcore4 \
+ libqtdbus4 \
+ libqtgui4 \
+ libqthelp4 \
+ libqtmultimedia4 \
+ libqtnetwork4 \
+ libqtscript4 \
+ libqtscripttools4 \
+ libqtsql4 \
+ libqtsvg4 \
+ libqttest4 \
+ libqtwebkit4 \
+ libqtxml4 \
+ libqtxmlpatterns4 \
+ qt4-fonts \
+ qt4-plugin-iconengine-svgicon \
+ qt4-plugin-imageformat-gif \
+ qt4-plugin-imageformat-ico \
+ qt4-plugin-imageformat-jpeg \
+ qt4-plugin-imageformat-mng \
+ qt4-plugin-imageformat-svg \
+ qt4-plugin-imageformat-tiff \
+ qt4-plugin-phonon-backend-gstreamer \
+ qt4-plugin-script-dbus \
+ qt4-plugin-sqldriver-sqlite2 \
+ qt4-plugin-sqldriver-sqlite \
+"
+
+RDEPENDS_${PN}-qwt = "\
+ qwt \
+" \ No newline at end of file