diff options
Diffstat (limited to 'recipes/tasks/task-gpe-desktopapps.bb')
-rw-r--r-- | recipes/tasks/task-gpe-desktopapps.bb | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/recipes/tasks/task-gpe-desktopapps.bb b/recipes/tasks/task-gpe-desktopapps.bb new file mode 100644 index 0000000000..25c055f446 --- /dev/null +++ b/recipes/tasks/task-gpe-desktopapps.bb @@ -0,0 +1,14 @@ +DESCRIPTION = "Additional desktop applications package for GPE Palmtop Environment" +PR = "r6" +LICENSE = "MIT" + +inherit task + +RDEPENDS_${PN} = "\ + sylpheed \ + firefox \ + thunderbird \ + galculator \ + gnumeric \ + gpdf" + |