diff options
author | Koen Kooi <koen@openembedded.org> | 2005-06-30 08:19:37 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-06-30 08:19:37 +0000 |
commit | c8e5702127e507e82e6f68a4b8c546803accea9d (patch) | |
tree | 00583491f40ecc640f2b28452af995e3a63a09d7 /packages/meta/meta-maemo.bb | |
parent | 87ec8ca4d2e2eb4d1c1e1e1a6b46a395d56805b9 (diff) |
import clean BK tree at cset 1.3670
Diffstat (limited to 'packages/meta/meta-maemo.bb')
-rw-r--r-- | packages/meta/meta-maemo.bb | 75 |
1 files changed, 75 insertions, 0 deletions
diff --git a/packages/meta/meta-maemo.bb b/packages/meta/meta-maemo.bb index e69de29bb2..e6b5b4070a 100644 --- a/packages/meta/meta-maemo.bb +++ b/packages/meta/meta-maemo.bb @@ -0,0 +1,75 @@ + +PACKAGES = maemo-task-base maemo-task-apps maemo-task-libs-install +DESCRIPTION = "Meta-package for maemo environment" +MAINTAINER = "Florian Boor <florian@kernelconcepts.de>" +PR = "r1" + +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 \ + xcursor-transparent-theme \ + sdk-default-theme \ + sdk-default-theme-config \ + sdk-default-icons \ + sapwood \ + shared-mime-info \ + rxvt-unicode \ + xst \ + xhost \ + xrdb \ + ttf-bitstream-vera \ + libgtkstylus \ + detect-stylus \ + outo \ + sapwood \ + hildon-initscripts \ + libosso \ + osso-af-utils \ + osso-af-startup \ + osso-core-config \ + osso-gnome-vfs2 \ + osso-thumbnail \ + xauth" + +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-apps = "\ + osso-gwobex \ + osso-gwconnect \ + osso-bttools \ + hildon-status-bar \ + hildon-home \ + hildon-navigator \ + hildon-control-panel" + +RDEPENDS_maemo-task-apps := "${maemo-task-apps}" +DEPENDS += " ${maemo-task-apps}" + +LICENSE = MIT |