aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/tasks/task-gpe-apps.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/tasks/task-gpe-apps.bb')
-rw-r--r--recipes/tasks/task-gpe-apps.bb25
1 files changed, 25 insertions, 0 deletions
diff --git a/recipes/tasks/task-gpe-apps.bb b/recipes/tasks/task-gpe-apps.bb
new file mode 100644
index 0000000000..058a3fd6b1
--- /dev/null
+++ b/recipes/tasks/task-gpe-apps.bb
@@ -0,0 +1,25 @@
+DESCRIPTION = "Application task package for GPE Palmtop Environment"
+PR = "r6"
+LICENSE = "MIT"
+
+inherit task
+
+RDEPENDS_${PN} = "\
+ gpe-edit \
+ gpe-gallery \
+ gpe-calculator \
+ gpe-clock \
+ gpe-plucker \
+ gpe-terminal \
+ gpe-watch \
+ gpe-what \
+ matchbox-panel-hacks \
+ gpe-aerial \
+ rosetta \
+ gpe-scap \
+ gpe-windowlist \
+ gpe-filemanager \
+ gpe-soundbite \
+ mbmerlin \
+ starling"
+