From 4b46c1f6e891b1ddd5968536440b888661fade3e Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Wed, 31 Aug 2005 10:45:47 +0000 Subject: Initial population git-svn-id: https://svn.o-hand.com/repos/poky@1 311d38ba-8fff-0310-9ca6-ca027cbcb966 --- openembedded/packages/meta/meta-maemo.bb | 93 ++++++++++++++++++++++++++++++++ 1 file changed, 93 insertions(+) create mode 100644 openembedded/packages/meta/meta-maemo.bb (limited to 'openembedded/packages/meta/meta-maemo.bb') diff --git a/openembedded/packages/meta/meta-maemo.bb b/openembedded/packages/meta/meta-maemo.bb new file mode 100644 index 000000000..fc0e9854e --- /dev/null +++ b/openembedded/packages/meta/meta-maemo.bb @@ -0,0 +1,93 @@ + +PR = "r7" +PACKAGES = maemo-task-base maemo-task-apps maemo-task-libs-install maemo-task-theme +DESCRIPTION = "Meta-package for maemo environment" +MAINTAINER = "Florian Boor " + +ALLOW_EMPTY = "1" + +maemo-base-depends = "\ + diet-x11 \ + virtual/xserver \ + xpext \ + xsp" + +RDEPENDS_maemo-base-depends := "${maemo-base-depends}" +DEPENDS += " ${maemo-base-depends}" + +maemo-task-libs-install = "\ + libsqlite0 \ + libhildonlgpl0 \ + libhildonbase0 \ + libhildonwidgets0 \ + libhildonfm1" + +RDEPENDS_maemo-task-libs-install := "${maemo-task-libs-install}" + + +maemo-task-base = "\ + bluez-utils-dbus \ + matchbox \ + shared-mime-info \ + rxvt-unicode \ + xst \ + xhost \ + xrdb \ + libgtkstylus \ + detect-stylus \ + outo \ + hildon-initscripts \ + libosso \ + osso-af-utils \ + osso-af-startup \ + osso-core-config \ + osso-gnome-vfs2 \ + osso-thumbnail \ + xauth \ + esd" + +RDEPENDS_maemo-task-base := "gdk-pixbuf-loader-png \ + gdk-pixbuf-loader-xpm \ + gdk-pixbuf-loader-jpeg \ + pango-module-basic-x \ + pango-module-basic-fc \ + ${maemo-task-base}" + +DEPENDS += " ${maemo-task-base}" + + +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-theme := "${maemo-task-theme}" + +DEPENDS += " ${maemo-task-theme}" + + + +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" + +RDEPENDS_maemo-task-apps := "${maemo-task-apps}" +DEPENDS += " ${maemo-task-apps}" + +LICENSE = "MIT" -- cgit v1.2.3