diff options
author | Koen Kooi <koen@openembedded.org> | 2005-06-30 10:57:48 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-06-30 10:57:48 +0000 |
commit | 8ab10476c6533b4b18c3d7eccb4fda677e716a49 (patch) | |
tree | 8582e0daf4a9eb1225edecaab6d78615ce66ddb6 /packages/meta/meta-maemo.bb | |
parent | e3d1546d2c1ec9fd00af7780ba41250496153b15 (diff) |
more meamo improvements, courtesy Florian Boor
Diffstat (limited to 'packages/meta/meta-maemo.bb')
-rw-r--r-- | packages/meta/meta-maemo.bb | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/packages/meta/meta-maemo.bb b/packages/meta/meta-maemo.bb index e6b5b4070a..4144a6c284 100644 --- a/packages/meta/meta-maemo.bb +++ b/packages/meta/meta-maemo.bb @@ -1,8 +1,8 @@ -PACKAGES = maemo-task-base maemo-task-apps maemo-task-libs-install +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>" -PR = "r1" +MAINTAINER = "Florian Boor <florian@kernelconcepts.de>" ALLOW_EMPTY = 1 @@ -67,7 +67,10 @@ maemo-task-apps = "\ hildon-status-bar \ hildon-home \ hildon-navigator \ - hildon-control-panel" + hildon-control-panel \ + osso-application-installer \ + gpe-todo-hildon \ + gpe-contacts-maemo" RDEPENDS_maemo-task-apps := "${maemo-task-apps}" DEPENDS += " ${maemo-task-apps}" |