diff options
Diffstat (limited to 'recipes/tasks/task-gpe-pim.bb')
-rw-r--r-- | recipes/tasks/task-gpe-pim.bb | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/recipes/tasks/task-gpe-pim.bb b/recipes/tasks/task-gpe-pim.bb new file mode 100644 index 0000000000..c6e6c22e6c --- /dev/null +++ b/recipes/tasks/task-gpe-pim.bb @@ -0,0 +1,19 @@ +DESCRIPTION = "PIM task packages for GPE Palmtop Environment" +PR = "r6" +LICENSE = "MIT" + +inherit task + +RDEPENDS_${PN} = "\ + gpe-timesheet \ + gpe-todo \ + gpe-calendar \ + gpe-sketchbook \ + gpe-contacts \ + gpe-synctool \ + gpesyncd \ + miniclipboard" + +# broken gpe-today \ + + |