aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/tasks/task-gpe-games.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/tasks/task-gpe-games.bb')
-rw-r--r--recipes/tasks/task-gpe-games.bb14
1 files changed, 14 insertions, 0 deletions
diff --git a/recipes/tasks/task-gpe-games.bb b/recipes/tasks/task-gpe-games.bb
new file mode 100644
index 0000000000..335f64031e
--- /dev/null
+++ b/recipes/tasks/task-gpe-games.bb
@@ -0,0 +1,14 @@
+DESCRIPTION = "Games task package for GPE Palmtop Environment"
+PR = "r6"
+LICENSE = "MIT"
+
+inherit task
+
+RDEPENDS_${PN} = "\
+ gpe-go \
+ gpe-lights \
+ gpe-othello \
+ gpe-tetris \
+ gsoko \
+ xdemineur"
+