summaryrefslogtreecommitdiffstats
path: root/recipes/angstrom/angstrom-gpe-task-pim.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/angstrom/angstrom-gpe-task-pim.bb')
-rw-r--r--recipes/angstrom/angstrom-gpe-task-pim.bb13
1 files changed, 13 insertions, 0 deletions
diff --git a/recipes/angstrom/angstrom-gpe-task-pim.bb b/recipes/angstrom/angstrom-gpe-task-pim.bb
new file mode 100644
index 0000000000..fc0b4109f4
--- /dev/null
+++ b/recipes/angstrom/angstrom-gpe-task-pim.bb
@@ -0,0 +1,13 @@
+DESCRIPTION = "Task packages for the Angstrom distribution"
+PR = "r32"
+
+inherit task
+
+RDEPENDS_${PN} = "\
+ gpe-timesheet \
+ gpe-todo \
+ gpe-calendar \
+ gpe-contacts \
+ gpesyncd"
+
+