diff options
author | Richard Purdie <richard@openedhand.com> | 2007-04-11 17:47:36 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2007-04-11 17:47:36 +0000 |
commit | 6b06a83939234726d210563176250f59180f17d0 (patch) | |
tree | 6df4771a74e3ac8cc5f5677d902d71a9a98e2a86 /meta | |
parent | 185a34e8e2fb68e83efe4547629af066d257d99a (diff) | |
download | poky-6b06a83939234726d210563176250f59180f17d0.tar.gz |
task-oh: Remove inputmanager from default builds for now
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1480 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta')
-rw-r--r-- | meta/packages/tasks/task-oh.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/packages/tasks/task-oh.bb b/meta/packages/tasks/task-oh.bb index 60856d7498..030fcac714 100644 --- a/meta/packages/tasks/task-oh.bb +++ b/meta/packages/tasks/task-oh.bb | |||
@@ -1,5 +1,5 @@ | |||
1 | DESCRIPTION = "Tasks for OpenedHand Poky" | 1 | DESCRIPTION = "Tasks for OpenedHand Poky" |
2 | PR = "r54" | 2 | PR = "r55" |
3 | 3 | ||
4 | PACKAGES = "\ | 4 | PACKAGES = "\ |
5 | task-oh-base \ | 5 | task-oh-base \ |
@@ -90,7 +90,6 @@ RDEPENDS_task-oh-standard = "\ | |||
90 | matchbox-stroke \ | 90 | matchbox-stroke \ |
91 | matchbox-config-gtk \ | 91 | matchbox-config-gtk \ |
92 | matchbox-themes-gtk \ | 92 | matchbox-themes-gtk \ |
93 | matchbox-applet-inputmanager \ | ||
94 | matchbox-applet-startup-monitor \ | 93 | matchbox-applet-startup-monitor \ |
95 | xcursor-transparent-theme \ | 94 | xcursor-transparent-theme \ |
96 | sato-icon-theme \ | 95 | sato-icon-theme \ |
@@ -109,6 +108,7 @@ RDEPENDS_task-oh-standard = "\ | |||
109 | gnome-vfs \ | 108 | gnome-vfs \ |
110 | gnome-vfs-plugin-file \ | 109 | gnome-vfs-plugin-file \ |
111 | gnome-vfs-plugin-http" | 110 | gnome-vfs-plugin-http" |
111 | # matchbox-applet-inputmanager | ||
112 | 112 | ||
113 | RDEPENDS_task-oh-devtools = "\ | 113 | RDEPENDS_task-oh-devtools = "\ |
114 | oprofile \ | 114 | oprofile \ |