summaryrefslogtreecommitdiff
path: root/openembedded/packages/meta/task-oh.bb
diff options
context:
space:
mode:
Diffstat (limited to 'openembedded/packages/meta/task-oh.bb')
-rw-r--r--openembedded/packages/meta/task-oh.bb66
1 files changed, 66 insertions, 0 deletions
diff --git a/openembedded/packages/meta/task-oh.bb b/openembedded/packages/meta/task-oh.bb
new file mode 100644
index 000000000..4a302c82a
--- /dev/null
+++ b/openembedded/packages/meta/task-oh.bb
@@ -0,0 +1,66 @@
+PACKAGES = "task-oh-base-depends task-oh-base"
+DESCRIPTION = "Tasks for OpenedHand Poky"
+MAINTAINER = "Richard Purdie <richard@openedhand.com>"
+PR = "r20"
+
+ALLOW_EMPTY = "1"
+
+RDEPENDS_task-oh-base-depends := "\
+ diet-x11 \
+ virtual/xserver"
+
+RDEPENDS_task-oh-base := "\
+ matchbox \
+ matchbox-poky \
+ matchbox-keyboard \
+ matchbox-stroke \
+ matchbox-config-gtk \
+ matchbox-panel-manager \
+ matchbox-panel-hacks \
+ matchbox-themes-extra \
+ matchbox-themes-gtk \
+ matchbox-applet-inputmanager \
+ matchbox-applet-startup-monitor \
+ xcursor-transparent-theme \
+ xserver-kdrive-common \
+ xserver-nodm-init \
+ chkhinge26 \
+ usbinit \
+ settings-daemon \
+ gtk+ \
+ gtk-clearlooks-engine \
+ eds-dbus \
+ contacts \
+ dates \
+ leafpad \
+ puzzles \
+ kf \
+ rxvt-unicode \
+ xhost \
+# oprofile \
+# gdb \
+ strace \
+ ttf-bitstream-vera \
+ udev \
+ sysfsutils \
+ xauth \
+ avahi-daemon \
+ gdk-pixbuf-loader-png \
+ gdk-pixbuf-loader-xpm \
+ gdk-pixbuf-loader-jpeg \
+ gtk-theme-clearlooks \
+ kernel-module-oprofile \
+ tslib-calibrate \
+ tslib-tests \
+ pango-module-basic-x \
+ pango-module-basic-fc"
+
+
+# minimo \
+# teleport \
+# xst \
+# libgtkstylus \
+# detect-stylus \
+# xrdb \
+
+LICENSE = "MIT"