diff options
author | Richard Purdie <richard@openedhand.com> | 2006-07-21 10:45:19 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2006-07-21 10:45:19 +0000 |
commit | d95941bb511fbef48afb0ff9c87cbe14b309b486 (patch) | |
tree | b379edf34009ae3422644daa789e08926448d09c /meta/packages/tasks/task-oh.bb | |
parent | b2f192faabe412adce79534e22efe9fb69ee40e2 (diff) | |
download | poky-d95941bb511fbef48afb0ff9c87cbe14b309b486.tar.gz |
Move tasks into packages/tasks, images into packages/images, remove bootstrap-image
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@531 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/tasks/task-oh.bb')
-rw-r--r-- | meta/packages/tasks/task-oh.bb | 124 |
1 files changed, 124 insertions, 0 deletions
diff --git a/meta/packages/tasks/task-oh.bb b/meta/packages/tasks/task-oh.bb new file mode 100644 index 0000000000..8c0c637ffb --- /dev/null +++ b/meta/packages/tasks/task-oh.bb | |||
@@ -0,0 +1,124 @@ | |||
1 | DESCRIPTION = "Tasks for OpenedHand Poky" | ||
2 | MAINTAINER = "Richard Purdie <richard@openedhand.com>" | ||
3 | PR = "r37" | ||
4 | |||
5 | PACKAGES = "\ | ||
6 | task-oh-base \ | ||
7 | task-oh-boot \ | ||
8 | task-oh-standard \ | ||
9 | task-oh-boot-extras \ | ||
10 | task-oh-boot-min-extras \ | ||
11 | task-oh-devtools \ | ||
12 | task-oh-testapps" | ||
13 | |||
14 | ALLOW_EMPTY = "1" | ||
15 | |||
16 | RDEPENDS_task-oh-boot = "\ | ||
17 | base-files \ | ||
18 | base-passwd \ | ||
19 | busybox \ | ||
20 | initscripts \ | ||
21 | netbase \ | ||
22 | sysvinit \ | ||
23 | sysvinit-pidof \ | ||
24 | tinylogin \ | ||
25 | modutils-initscripts \ | ||
26 | fuser \ | ||
27 | setserial \ | ||
28 | linux-hotplug \ | ||
29 | ipkg \ | ||
30 | module-init-tools-depmod" | ||
31 | |||
32 | RDEPENDS_task-oh-boot-extras = "\ | ||
33 | ${BOOTSTRAP_EXTRA_RDEPENDS}" | ||
34 | |||
35 | RDEPENDS_task-oh-boot-min-extras = "\ | ||
36 | kernel \ | ||
37 | udev \ | ||
38 | sysfsutils \ | ||
39 | ${PCMCIA_MANAGER} \ | ||
40 | apm \ | ||
41 | udev-utils" | ||
42 | |||
43 | RDEPENDS_task-oh-base = "\ | ||
44 | matchbox-common \ | ||
45 | matchbox-wm \ | ||
46 | matchbox-keyboard \ | ||
47 | matchbox-panel \ | ||
48 | xserver-kdrive-common \ | ||
49 | xserver-nodm-init \ | ||
50 | ttf-bitstream-vera \ | ||
51 | xauth \ | ||
52 | xhost \ | ||
53 | udev \ | ||
54 | sysfsutils \ | ||
55 | gdk-pixbuf-loader-png \ | ||
56 | gdk-pixbuf-loader-gif \ | ||
57 | gdk-pixbuf-loader-xpm \ | ||
58 | gdk-pixbuf-loader-jpeg \ | ||
59 | pango-module-basic-x \ | ||
60 | pango-module-basic-fc \ | ||
61 | gtk+ " | ||
62 | |||
63 | RDEPENDS_task-oh-standard = "\ | ||
64 | leafpad \ | ||
65 | dropbear \ | ||
66 | portmap \ | ||
67 | matchbox-desktop \ | ||
68 | matchbox-poky \ | ||
69 | matchbox-keyboard \ | ||
70 | matchbox-stroke \ | ||
71 | matchbox-config-gtk \ | ||
72 | matchbox-panel-manager \ | ||
73 | matchbox-panel-hacks \ | ||
74 | matchbox-themes-extra \ | ||
75 | matchbox-themes-gtk \ | ||
76 | matchbox-applet-inputmanager \ | ||
77 | matchbox-applet-startup-monitor \ | ||
78 | xcursor-transparent-theme \ | ||
79 | usbinit \ | ||
80 | settings-daemon \ | ||
81 | gtk-clearlooks-engine \ | ||
82 | eds-dbus \ | ||
83 | contacts \ | ||
84 | dates \ | ||
85 | web \ | ||
86 | pcmanfm \ | ||
87 | puzzles \ | ||
88 | kf \ | ||
89 | xset \ | ||
90 | rxvt-unicode \ | ||
91 | avahi-daemon \ | ||
92 | gnome-vfs-plugin-dbus \ | ||
93 | gnome-vfs-plugin-file \ | ||
94 | gnome-vfs-plugin-http \ | ||
95 | gtk-theme-clearlooks" | ||
96 | |||
97 | RDEPENDS_task-oh-standard_append_c7x0 = " zaurusd " | ||
98 | RDEPENDS_task-oh-standard_append_spitz = " zaurusd " | ||
99 | RDEPENDS_task-oh-standard_append_akita = " zaurusd " | ||
100 | |||
101 | PACKAGE_ARCH_task-oh-standard = "${MACHINE_ARCH}" | ||
102 | |||
103 | RDEPENDS_task-oh-devtools = "\ | ||
104 | oprofile \ | ||
105 | gdb \ | ||
106 | strace \ | ||
107 | less \ | ||
108 | lttng-viewer" | ||
109 | RRECOMMENDS_task-oh-devtools = "\ | ||
110 | kernel-module-oprofile" | ||
111 | |||
112 | RDEPENDS_task-oh-testapps = "\ | ||
113 | tslib-calibrate \ | ||
114 | tslib-tests \ | ||
115 | lrzsz \ | ||
116 | alsa-utils-amixer \ | ||
117 | alsa-utils-aplay" | ||
118 | |||
119 | |||
120 | # minimo \ | ||
121 | # teleport \ | ||
122 | # xst \ | ||
123 | # libgtkstylus \ | ||
124 | # xrdb \ | ||