diff options
Diffstat (limited to 'recipes/tasks/task-gpe-base.bb')
-rw-r--r-- | recipes/tasks/task-gpe-base.bb | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/recipes/tasks/task-gpe-base.bb b/recipes/tasks/task-gpe-base.bb new file mode 100644 index 0000000000..66031ffce7 --- /dev/null +++ b/recipes/tasks/task-gpe-base.bb @@ -0,0 +1,36 @@ +DESCRIPTION = "Base task package for GPE Palmtop Environment" +PR = "r9" +LICENSE = "MIT" + +inherit task + +RDEPENDS_${PN} = "\ + bluez-utils-dbus \ + matchbox \ + xcursor-transparent-theme \ + rxvt-unicode \ + gtk2-theme-angelistic \ + matchbox-themes-gtk \ + xst \ + xhost \ + xrdb \ + gpe-soundserver \ + gpe-dm \ + gpe-login \ + gpe-session-scripts \ + gpe-icons \ + gpe-confd \ + gpe-autostarter \ + startup-monitor \ + libgtkstylus \ + libgpewidget-bin \ + suspend-desktop \ + teleport \ + xauth \ + gdk-pixbuf-loader-png \ + gdk-pixbuf-loader-xpm \ + gdk-pixbuf-loader-jpeg \ + pango-module-basic-x \ + pango-module-basic-fc \ + ttf-bitstream-vera" + |