diff options
author | Michael Lauer <mickey@vanille-media.de> | 2005-07-03 18:10:05 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-07-03 18:10:05 +0000 |
commit | 575f004e329e2d8481a61bd0db2a64f968d12ab1 (patch) | |
tree | 50cc82e5042b4639c6a5cf4f5e19b6b390ddd8a9 /packages/meta/meta-maemo.bb | |
parent | feb062ccc11221f40c0bc5f74b3907e736a61efd (diff) | |
parent | 3ca043255c5f6fc80312ec022386b9c4a13b4a61 (diff) |
merge of a9cdfa26e73a0f7a055960fc96915e9e462c40f1
and fa9802a4f987a77a22af80edcff827efa1174b62
Diffstat (limited to 'packages/meta/meta-maemo.bb')
-rw-r--r-- | packages/meta/meta-maemo.bb | 34 |
1 files changed, 10 insertions, 24 deletions
diff --git a/packages/meta/meta-maemo.bb b/packages/meta/meta-maemo.bb index 2482be0351..4144a6c284 100644 --- a/packages/meta/meta-maemo.bb +++ b/packages/meta/meta-maemo.bb @@ -1,6 +1,6 @@ -PR = "r5" -PACKAGES = maemo-task-base maemo-task-apps maemo-task-libs-install maemo-task-theme +PR = "r4" +PACKAGES = maemo-task-base maemo-task-apps maemo-task-libs-install DESCRIPTION = "Meta-package for maemo environment" MAINTAINER = "Florian Boor <florian@kernelconcepts.de>" @@ -28,14 +28,21 @@ 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 \ @@ -43,8 +50,7 @@ maemo-task-base = "\ osso-core-config \ osso-gnome-vfs2 \ osso-thumbnail \ - xauth \ - esd" + xauth" RDEPENDS_maemo-task-base := "gdk-pixbuf-loader-png \ gdk-pixbuf-loader-xpm \ @@ -52,26 +58,8 @@ RDEPENDS_maemo-task-base := "gdk-pixbuf-loader-png \ 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 \ @@ -81,8 +69,6 @@ maemo-task-apps = "\ hildon-navigator \ hildon-control-panel \ osso-application-installer \ - osso-app-killer \ - osso-screenshot-tool \ gpe-todo-hildon \ gpe-contacts-maemo" |