diff options
Diffstat (limited to 'recipes/angstrom/angstrom-task-office.bb')
-rw-r--r-- | recipes/angstrom/angstrom-task-office.bb | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/recipes/angstrom/angstrom-task-office.bb b/recipes/angstrom/angstrom-task-office.bb new file mode 100644 index 0000000000..90b700b8c9 --- /dev/null +++ b/recipes/angstrom/angstrom-task-office.bb @@ -0,0 +1,12 @@ +DESCRIPTION = "Task packages for the Angstrom distribution" +PR = "r32" + +inherit task + +RDEPENDS_${PN} = "\ + gnumeric \ + abiword \ + imposter \ + evince \ + gqview" + |