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/task-python-sharprom_1.0.0.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/task-python-sharprom_1.0.0.bb')
-rw-r--r-- | packages/meta/task-python-sharprom_1.0.0.bb | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/packages/meta/task-python-sharprom_1.0.0.bb b/packages/meta/task-python-sharprom_1.0.0.bb index 89d155b51d..aa1fc348bd 100644 --- a/packages/meta/task-python-sharprom_1.0.0.bb +++ b/packages/meta/task-python-sharprom_1.0.0.bb @@ -14,7 +14,7 @@ NONWORKING = "\ python-sgmlop \ python-vorbis" -DEPENDS = "\ +RDEPENDS = "\ python-ao \ python-pybluez \ python-constraint \ @@ -61,7 +61,6 @@ DEPENDS = "\ plone \ twisted \ zope" -RDEPENDS=${DEPENDS} #fixme add python-pycap once libdnet is in again #fixme add python-pyx once kpathwhich-native is there |