diff options
author | Phil Blundell <philb@gnu.org> | 2009-06-13 20:40:28 +0100 |
---|---|---|
committer | Phil Blundell <philb@gnu.org> | 2009-06-13 20:40:28 +0100 |
commit | e0f0ba11e699802cb04d738bbca11160648623f4 (patch) | |
tree | 51b6b2fc9ce1da90a554565ca61616320d85eac9 /recipes | |
parent | 30a18b60ef7c124ca0ff481493462e0f410d0d1d (diff) |
task-gpe-settings: remove xmonobut, unbuildable and nothing to do with settings anyway
Diffstat (limited to 'recipes')
-rw-r--r-- | recipes/tasks/task-gpe-settings.bb | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/recipes/tasks/task-gpe-settings.bb b/recipes/tasks/task-gpe-settings.bb index 84302fdf5a..6f8b8e6381 100644 --- a/recipes/tasks/task-gpe-settings.bb +++ b/recipes/tasks/task-gpe-settings.bb @@ -1,5 +1,5 @@ DESCRIPTION = "Settings task package for GPE Palmtop Environment" -PR = "r6" +PR = "r7" LICENSE = "MIT" inherit task @@ -18,6 +18,5 @@ RDEPENDS_${PN} = "\ gpe-taskmanager \ keylaunch \ minilite \ - minimix \ - xmonobut" + minimix" |