diff options
author | Richard Purdie <rpurdie@rpsys.net> | 2006-01-17 10:26:52 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-01-17 10:26:52 +0000 |
commit | 43cd3c0c6b338107c3540233600f2a0bf16854e1 (patch) | |
tree | c7b17bae2fe6229c35df58a5c6c42c9449844c5d /packages/meta/meta-gpe-extras.bb | |
parent | 47252fc24cbfd80630f5a768bd5ac960b47daace (diff) |
Cleanup of GPE meta files:
* Creation of task-gpe for gpe tasks
* Removal of unneeded DEPENDS variables
* Switch existing gpe meta files to use task-gpe
* include gpe-image.bb instead of reinventing the wheel
Diffstat (limited to 'packages/meta/meta-gpe-extras.bb')
-rw-r--r-- | packages/meta/meta-gpe-extras.bb | 28 |
1 files changed, 9 insertions, 19 deletions
diff --git a/packages/meta/meta-gpe-extras.bb b/packages/meta/meta-gpe-extras.bb index 1e8c219929..cd9b132b7c 100644 --- a/packages/meta/meta-gpe-extras.bb +++ b/packages/meta/meta-gpe-extras.bb @@ -1,27 +1,17 @@ -PACKAGES = gpe-task-apps-extra gpe-task-games gpe-task-web gpe-task-desktopapps DESCRIPTION = "Meta-package of extra applications for the GPE Palmtop Environment" MAINTAINER = "Phil Blundell <pb@handhelds.org>" -PR="r1" +LICENSE = MIT +PR="r2" ALLOW_EMPTY = 1 +BUILD_ALL_DEPS = "1" -RDEPENDS_gpe-task-apps-extra := "\ - gpe-filemanager \ - gpe-nmf \ - gpe-soundbite \ - mbmerlin" +DEPENDS = "task-gpe" -RDEPENDS_gpe-task-web := "\ - gpe-irc \ - minimo \ - gaim" +RDEPENDS = "\ + gpe-task-apps-extra \ + gpe-task-games \ + gpe-task-web \ + gpe-task-desktopapps" -RDEPENDS_gpe-task-desktopapps := "\ - firefox \ - thunderbird \ - galculator \ - gnumeric \ - gpdf \ - totem" -LICENSE = MIT |