diff options
author | Ross Burton <ross@openedhand.com> | 2007-06-02 18:00:21 +0000 |
---|---|---|
committer | Ross Burton <ross@openedhand.com> | 2007-06-02 18:00:21 +0000 |
commit | 4ade9d9e8a41bdfea33d8bb965076a29682d9e5c (patch) | |
tree | 9a9cf11ce3024be1b0471fa9da7d3067447c2b89 /meta/packages/tasks | |
parent | 98b1165d9a70d26983250c3bf1d841afab9e9fd0 (diff) | |
download | poky-4ade9d9e8a41bdfea33d8bb965076a29682d9e5c.tar.gz |
Add the keyboard applet to the standard image
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1849 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/tasks')
-rw-r--r-- | meta/packages/tasks/task-oh.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/packages/tasks/task-oh.bb b/meta/packages/tasks/task-oh.bb index 7b87fa5850..8cadf33bc0 100644 --- a/meta/packages/tasks/task-oh.bb +++ b/meta/packages/tasks/task-oh.bb | |||
@@ -3,7 +3,7 @@ | |||
3 | # | 3 | # |
4 | 4 | ||
5 | DESCRIPTION = "Tasks for OpenedHand Poky" | 5 | DESCRIPTION = "Tasks for OpenedHand Poky" |
6 | PR = "r64" | 6 | PR = "r65" |
7 | 7 | ||
8 | PACKAGES = "\ | 8 | PACKAGES = "\ |
9 | task-oh-base \ | 9 | task-oh-base \ |
@@ -61,6 +61,7 @@ RDEPENDS_task-oh-base = "\ | |||
61 | matchbox-common \ | 61 | matchbox-common \ |
62 | matchbox-wm \ | 62 | matchbox-wm \ |
63 | matchbox-keyboard \ | 63 | matchbox-keyboard \ |
64 | matchbox-keyboard-applet \ | ||
64 | matchbox-keyboard-im \ | 65 | matchbox-keyboard-im \ |
65 | matchbox-panel-2 \ | 66 | matchbox-panel-2 \ |
66 | matchbox-desktop \ | 67 | matchbox-desktop \ |