diff options
author | Matthew Allum <mallum@openedhand.com> | 2005-09-28 17:30:18 +0000 |
---|---|---|
committer | Matthew Allum <mallum@openedhand.com> | 2005-09-28 17:30:18 +0000 |
commit | dd2bd6254c9649e5301d7a45b086c23053d895d1 (patch) | |
tree | 9020f4a19f1b7b6d42706a45961470f718b095a8 /openembedded | |
parent | 138dbc683626867c5a93aa441ba1f8046c0d4b15 (diff) | |
download | poky-dd2bd6254c9649e5301d7a45b086c23053d895d1.tar.gz |
Update with extra mb stuff
git-svn-id: https://svn.o-hand.com/repos/poky@52 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'openembedded')
-rw-r--r-- | openembedded/packages/meta/meta-oh.bb | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/openembedded/packages/meta/meta-oh.bb b/openembedded/packages/meta/meta-oh.bb index 18562a84dd..3b52120f2d 100644 --- a/openembedded/packages/meta/meta-oh.bb +++ b/openembedded/packages/meta/meta-oh.bb | |||
@@ -2,7 +2,7 @@ PACKAGES = "oh-base-depends oh-task-base" | |||
2 | # oh-task-base | 2 | # oh-task-base |
3 | DESCRIPTION = "Meta-package for OpenHand Palmtop Environment" | 3 | DESCRIPTION = "Meta-package for OpenHand Palmtop Environment" |
4 | MAINTAINER = "Richard Purdie <richard@openedhand.com>" | 4 | MAINTAINER = "Richard Purdie <richard@openedhand.com>" |
5 | PR = "r6" | 5 | PR = "r7" |
6 | 6 | ||
7 | ALLOW_EMPTY = "1" | 7 | ALLOW_EMPTY = "1" |
8 | 8 | ||
@@ -16,11 +16,17 @@ DEPENDS += " ${oh-base-depends}" | |||
16 | oh-task-base = "\ | 16 | oh-task-base = "\ |
17 | matchbox \ | 17 | matchbox \ |
18 | matchbox-poky \ | 18 | matchbox-poky \ |
19 | matchbox-keyboard \ | ||
20 | matchbox-stroke \ | ||
21 | matchbox-panel-manager \ | ||
22 | matchbox-panel-hacks \ | ||
23 | matchbox-themes-extra \ | ||
24 | matchbox-themes-gtk \ | ||
19 | xcursor-transparent-theme \ | 25 | xcursor-transparent-theme \ |
20 | xserver-kdrive-common \ | 26 | xserver-kdrive-common \ |
21 | xserver-nodm-init \ | 27 | xserver-nodm-init \ |
22 | gtk+ \ | 28 | gtk+ \ |
23 | rxvt \ | 29 | rxvt-unicode \ |
24 | xhost \ | 30 | xhost \ |
25 | gdb \ | 31 | gdb \ |
26 | strace \ | 32 | strace \ |