summaryrefslogtreecommitdiffstats
path: root/openembedded/packages/meta/task-oh.bb
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2006-07-04 20:19:30 +0000
committerRichard Purdie <richard@openedhand.com>2006-07-04 20:19:30 +0000
commit81b93eb2ed7eb493d3da664bf7b4d6b3178fe535 (patch)
tree1bd7babc2bdd39a99340d6f458f720a8acda7611 /openembedded/packages/meta/task-oh.bb
parent38a06013d777588bd40cacc16d354e62caa3e6ab (diff)
downloadpoky-81b93eb2ed7eb493d3da664bf7b4d6b3178fe535.tar.gz
packages/meta: Make sdk its own target (oh-image-sdk), refine the oh-image-devel package
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@501 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'openembedded/packages/meta/task-oh.bb')
-rw-r--r--openembedded/packages/meta/task-oh.bb40
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 @@
1PACKAGES = "task-oh-base task-oh-devel task-oh-boot task-oh-standard task-oh-boot-extras task-oh-boot-min-extras"
2DESCRIPTION = "Tasks for OpenedHand Poky" 1DESCRIPTION = "Tasks for OpenedHand Poky"
3MAINTAINER = "Richard Purdie <richard@openedhand.com>" 2MAINTAINER = "Richard Purdie <richard@openedhand.com>"
4PR = "r36" 3PR = "r37"
4
5PACKAGES = "\
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
6ALLOW_EMPTY = "1" 14ALLOW_EMPTY = "1"
7 15
@@ -92,24 +100,24 @@ RDEPENDS_task-oh-standard_append_akita = " zaurusd "
92 100
93PACKAGE_ARCH_task-oh-standard = "${MACHINE_ARCH}" 101PACKAGE_ARCH_task-oh-standard = "${MACHINE_ARCH}"
94 102
95# minimo \ 103RDEPENDS_task-oh-devtools = "\
96# teleport \
97# xst \
98# libgtkstylus \
99# detect-stylus \
100# xrdb \
101
102
103RDEPENDS_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 108RRECOMMENDS_task-oh-devtools = "\
111RRECOMMENDS_task-oh-devel = "\
112 kernel-module-oprofile" 109 kernel-module-oprofile"
113# lttng-modules
114 110
111RDEPENDS_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 \