diff options
Diffstat (limited to 'openembedded/packages/meta/task-oh.bb')
-rw-r--r-- | openembedded/packages/meta/task-oh.bb | 40 |
1 files changed, 24 insertions, 16 deletions
diff --git a/openembedded/packages/meta/task-oh.bb b/openembedded/packages/meta/task-oh.bb index 41dc4e510f..aa88f45e1d 100644 --- a/openembedded/packages/meta/task-oh.bb +++ b/openembedded/packages/meta/task-oh.bb | |||
@@ -1,7 +1,15 @@ | |||
1 | PACKAGES = "task-oh-base task-oh-devel task-oh-boot task-oh-standard task-oh-boot-extras task-oh-boot-min-extras" | ||
2 | DESCRIPTION = "Tasks for OpenedHand Poky" | 1 | DESCRIPTION = "Tasks for OpenedHand Poky" |
3 | MAINTAINER = "Richard Purdie <richard@openedhand.com>" | 2 | MAINTAINER = "Richard Purdie <richard@openedhand.com>" |
4 | PR = "r36" | 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" | ||
5 | 13 | ||
6 | ALLOW_EMPTY = "1" | 14 | ALLOW_EMPTY = "1" |
7 | 15 | ||
@@ -92,24 +100,24 @@ RDEPENDS_task-oh-standard_append_akita = " zaurusd " | |||
92 | 100 | ||
93 | PACKAGE_ARCH_task-oh-standard = "${MACHINE_ARCH}" | 101 | PACKAGE_ARCH_task-oh-standard = "${MACHINE_ARCH}" |
94 | 102 | ||
95 | # minimo \ | 103 | RDEPENDS_task-oh-devtools = "\ |
96 | # teleport \ | ||
97 | # xst \ | ||
98 | # libgtkstylus \ | ||
99 | # detect-stylus \ | ||
100 | # xrdb \ | ||
101 | |||
102 | |||
103 | RDEPENDS_task-oh-devel = "\ | ||
104 | tslib-calibrate \ | ||
105 | tslib-tests \ | ||
106 | oprofile \ | 104 | oprofile \ |
107 | gdb \ | 105 | gdb \ |
108 | strace \ | 106 | strace \ |
109 | lttng-viewer" | 107 | lttng-viewer" |
110 | 108 | RRECOMMENDS_task-oh-devtools = "\ | |
111 | RRECOMMENDS_task-oh-devel = "\ | ||
112 | kernel-module-oprofile" | 109 | kernel-module-oprofile" |
113 | # lttng-modules | ||
114 | 110 | ||
111 | RDEPENDS_task-oh-testapps = "\ | ||
112 | tslib-calibrate \ | ||
113 | tslib-tests \ | ||
114 | lrzsz \ | ||
115 | alsa-utils-amixer \ | ||
116 | alsa-utils-aplay" | ||
115 | 117 | ||
118 | |||
119 | # minimo \ | ||
120 | # teleport \ | ||
121 | # xst \ | ||
122 | # libgtkstylus \ | ||
123 | # xrdb \ | ||