diff options
Diffstat (limited to 'recipes/tasks')
-rw-r--r-- | recipes/tasks/task-maemo.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes/tasks/task-maemo.bb b/recipes/tasks/task-maemo.bb index a4f16ac3a4..4a28b087cf 100644 --- a/recipes/tasks/task-maemo.bb +++ b/recipes/tasks/task-maemo.bb @@ -1,7 +1,7 @@ DESCRIPTION = "Task package for maemo environment" LICENSE = "MIT" ALLOW_EMPTY = "1" -PR = "r0" +PR = "r1" PACKAGES = "\ maemo-task-base \ @@ -42,7 +42,7 @@ RDEPENDS_maemo-task-base = "\ osso-af-utils \ osso-af-startup \ osso-core-config \ - osso-gnome-vfs2 \ + gnome-vfs \ osso-thumbnail \ xauth \ esd" |