diff options
author | Richard Purdie <rpurdie@rpsys.net> | 2006-01-08 13:51:39 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-01-08 13:51:39 +0000 |
commit | 0500b5f01143f6eafb8fbacc061bbe245283caee (patch) | |
tree | b76c2697d1628d4453606022d33e9d6a384fc54e /packages/meta/meta-opie.bb | |
parent | b2d178844371bb2d413eb6aed1e83a89783d7d96 (diff) |
DEPENDS cleanup of packages/meta. This doesn't fix all DEPENDS here but does remove a large chunk of the incorrect ones. Some entries that shouldn't be present have been marked FIXME as they indicate problems elsewhere in the metadata. Help from the opie/gpe gurus needed. I've not touched the NSLU code as I suspect they'd rather do this themselves?
Diffstat (limited to 'packages/meta/meta-opie.bb')
-rw-r--r-- | packages/meta/meta-opie.bb | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/packages/meta/meta-opie.bb b/packages/meta/meta-opie.bb index f82a69f367..a6af4fce16 100644 --- a/packages/meta/meta-opie.bb +++ b/packages/meta/meta-opie.bb @@ -192,14 +192,9 @@ task-opie-extra-games = "opie-parashoot opie-mindbreaker opie-fifteen opie-ticta # Let's build DEPENDS and RDEPENDS now # -DEPENDS += "${task-opie-applets} ${task-opie-apps} \ - opie-qcop opie-qss opie-quicklauncher opie-taskbar opie-pics \ - opie-sounds opie-ttf-support ttf-dejavu \ - ${task-opie-bluetooth} ${task-opie-datebookplugins} \ - ${task-opie-decorations} ${task-opie-extra-settings} \ - ${task-opie-games} ${task-opie-inputmethods} ${task-opie-irda} \ - ${task-opie-multimedia} ${task-opie-todayplugins} ${task-opie-pim} \ - ${task-opie-settings} ${task-opie-styles} ${task-opie-wlan}" +# FIXME - these shouldn't be here +DEPENDS += "opie-qcop opie-qss opie-quicklauncher opie-taskbar opie-pics \ + opie-sounds opie-ttf-support ttf-dejavu" RDEPENDS_task-opie-applets = "${task-opie-applets}" RDEPENDS_task-opie-apps = "${task-opie-apps}" |