From 709c4d66e0b107ca606941b988bad717c0b45d9b Mon Sep 17 00:00:00 2001 From: Denys Dmytriyenko Date: Tue, 17 Mar 2009 14:32:59 -0400 Subject: rename packages/ to recipes/ per earlier agreement See links below for more details: http://thread.gmane.org/gmane.comp.handhelds.openembedded/21326 http://thread.gmane.org/gmane.comp.handhelds.openembedded/21816 Signed-off-by: Denys Dmytriyenko Acked-by: Mike Westerhof Acked-by: Philip Balister Acked-by: Khem Raj Acked-by: Marcin Juszkiewicz Acked-by: Koen Kooi Acked-by: Frans Meulenbroeks --- recipes/tasks/task-maemo.bb | 73 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 73 insertions(+) create mode 100644 recipes/tasks/task-maemo.bb (limited to 'recipes/tasks/task-maemo.bb') diff --git a/recipes/tasks/task-maemo.bb b/recipes/tasks/task-maemo.bb new file mode 100644 index 0000000000..a4f16ac3a4 --- /dev/null +++ b/recipes/tasks/task-maemo.bb @@ -0,0 +1,73 @@ +DESCRIPTION = "Task package for maemo environment" +LICENSE = "MIT" +ALLOW_EMPTY = "1" +PR = "r0" + +PACKAGES = "\ + maemo-task-base \ + maemo-task-apps \ + maemo-task-libs-install \ + maemo-task-theme" + +RDEPENDS_maemo-base-depends = "\ + diet-x11 \ + virtual/xserver \ + xpext \ + xsp" + +RDEPENDS_maemo-task-libs-install = "\ + libsqlite \ + hildon-lgpl \ + libhildonbase \ + libhildonwidgets \ + hildon-fm" + +RDEPENDS_maemo-task-base = "\ + gdk-pixbuf-loader-png \ + gdk-pixbuf-loader-xpm \ + gdk-pixbuf-loader-jpeg \ + pango-module-basic-x \ + pango-module-basic-fc \ + bluez-utils-dbus \ + matchbox \ + shared-mime-info \ + rxvt-unicode \ + xst \ + xhost \ + xrdb \ + libgtkstylus \ + outo \ + hildon-initscripts \ + libosso \ + osso-af-utils \ + osso-af-startup \ + osso-core-config \ + osso-gnome-vfs2 \ + osso-thumbnail \ + xauth \ + esd" + +RDEPENDS_maemo-task-theme = "\ + xcursor-transparent-theme \ + sdk-default-theme \ + sdk-default-theme-config \ + sdk-default-icons \ + sapwood \ + ttf-bitstream-vera \ + sapwood \ + osso-sounds" + +RDEPENDS_maemo-task-apps = "\ + osso-gwobex \ + osso-gwconnect \ + osso-bttools \ + hildon-status-bar \ + hildon-home \ + hildon-navigator \ + hildon-control-panel \ + osso-application-installer \ + osso-app-killer \ + osso-screenshot-tool \ + gpe-todo-hildon \ + gpe-contacts-hildon \ + gpe-mini-browser-hildon" -- cgit 1.2.3-korg