diff options
Diffstat (limited to 'recipes/angstrom/angstrom-ohand-task-pim.bb')
-rw-r--r-- | recipes/angstrom/angstrom-ohand-task-pim.bb | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/recipes/angstrom/angstrom-ohand-task-pim.bb b/recipes/angstrom/angstrom-ohand-task-pim.bb new file mode 100644 index 0000000000..71d0512687 --- /dev/null +++ b/recipes/angstrom/angstrom-ohand-task-pim.bb @@ -0,0 +1,11 @@ +DESCRIPTION = "Task packages for the Angstrom distribution" +PR = "r32" + +inherit task + +RDEPENDS_${PN} = "\ + dates \ + contacts \ + tasks \ +" + |