diff options
author | Phil Blundell <philb@gnu.org> | 2009-06-13 13:25:16 +0100 |
---|---|---|
committer | Phil Blundell <philb@gnu.org> | 2009-06-13 13:25:16 +0100 |
commit | ccbfea17e38f0d4f256c9ed22ea10f4e5df58aec (patch) | |
tree | f6ed702a059f69cee20ff2c441d3926b9d0aab55 /recipes/tasks/task-gpe.bb | |
parent | 17f3b570cff78118d493acf16af99cb6b99f4393 (diff) |
task-gpe: remove xmonobut since SRC_URIs for both versions are unfetchable
Diffstat (limited to 'recipes/tasks/task-gpe.bb')
-rw-r--r-- | recipes/tasks/task-gpe.bb | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/recipes/tasks/task-gpe.bb b/recipes/tasks/task-gpe.bb index bc5105f6a8..0bf1325da0 100644 --- a/recipes/tasks/task-gpe.bb +++ b/recipes/tasks/task-gpe.bb @@ -1,5 +1,5 @@ DESCRIPTION = "Task packages for GPE Palmtop Environment" -PR = "r6" +PR = "r7" LICENSE = "MIT" inherit task @@ -73,8 +73,9 @@ RDEPENDS_gpe-task-settings = "\ gpe-taskmanager \ keylaunch \ minilite \ - minimix \ - xmonobut" + minimix" + +# xmonobut unfetchable, removed RDEPENDS_gpe-task-apps = "\ gpe-edit \ |