summaryrefslogtreecommitdiffstats
path: root/openembedded/packages/meta/task-oh.bb
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2006-02-10 11:37:44 +0000
committerRichard Purdie <richard@openedhand.com>2006-02-10 11:37:44 +0000
commit9df0203e2b27ef3ae28b60447df6b91be7be81dc (patch)
treeb2d21ffa6d209fc154f411f4f85afa2917a35de5 /openembedded/packages/meta/task-oh.bb
parente068eea7850a859bb0fe00bcb3b029ec63a6ce66 (diff)
downloadpoky-9df0203e2b27ef3ae28b60447df6b91be7be81dc.tar.gz
packages/meta updates after pulling RDEPENDS changes from OE
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@265 311d38ba-8fff-0310-9ca6-ca027cbcb966
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 0000000000..4a302c82a1
--- /dev/null
+++ b/openembedded/packages/meta/task-oh.bb
@@ -0,0 +1,66 @@
1PACKAGES = "task-oh-base-depends task-oh-base"
2DESCRIPTION = "Tasks for OpenedHand Poky"
3MAINTAINER = "Richard Purdie <richard@openedhand.com>"
4PR = "r20"
5
6ALLOW_EMPTY = "1"
7
8RDEPENDS_task-oh-base-depends := "\
9 diet-x11 \
10 virtual/xserver"
11
12RDEPENDS_task-oh-base := "\
13 matchbox \
14 matchbox-poky \
15 matchbox-keyboard \
16 matchbox-stroke \
17 matchbox-config-gtk \
18 matchbox-panel-manager \
19 matchbox-panel-hacks \
20 matchbox-themes-extra \
21 matchbox-themes-gtk \
22 matchbox-applet-inputmanager \
23 matchbox-applet-startup-monitor \
24 xcursor-transparent-theme \
25 xserver-kdrive-common \
26 xserver-nodm-init \
27 chkhinge26 \
28 usbinit \
29 settings-daemon \
30 gtk+ \
31 gtk-clearlooks-engine \
32 eds-dbus \
33 contacts \
34 dates \
35 leafpad \
36 puzzles \
37 kf \
38 rxvt-unicode \
39 xhost \
40# oprofile \
41# gdb \
42 strace \
43 ttf-bitstream-vera \
44 udev \
45 sysfsutils \
46 xauth \
47 avahi-daemon \
48 gdk-pixbuf-loader-png \
49 gdk-pixbuf-loader-xpm \
50 gdk-pixbuf-loader-jpeg \
51 gtk-theme-clearlooks \
52 kernel-module-oprofile \
53 tslib-calibrate \
54 tslib-tests \
55 pango-module-basic-x \
56 pango-module-basic-fc"
57
58
59# minimo \
60# teleport \
61# xst \
62# libgtkstylus \
63# detect-stylus \
64# xrdb \
65
66LICENSE = "MIT"